Form Personalization: is it possible to do dynamic evaluation of item properties
Hi,
In a Form there have multiple blocks (BLOCK1, BLOCK2, etc). Each block have an item called "ITEM".
I want to pop a message box which have the value of
:SYSTEM.CURRENT_BLOCK || '.' || ITEM
For example, if the focus is in BLOCK1, it will show BLOCK1.ITEM; if the focus is in BLOCK2, it will show BLOCK2.ITEM
Is it possible to do it in Form personalization level ? Or I have to implement it in CUSTOM.pll ?
In a Form there have multiple blocks (BLOCK1, BLOCK2, etc). Each block have an item called "ITEM".
I want to pop a message box which have the value of
:SYSTEM.CURRENT_BLOCK || '.' || ITEM
For example, if the focus is in BLOCK1, it will show BLOCK1.ITEM; if the focus is in BLOCK2, it will show BLOCK2.ITEM
Is it possible to do it in Form personalization level ? Or I have to implement it in CUSTOM.pll ?
0