HOPEX Studio : Customizing the UI : Forms : FORMS properties page design : 3.4.4.6 Processing notifications sent by the element : 3.4.4.6.1 Internal notifications
   
3.4.4.6.1 Internal notifications
These notifications are not necessarily sent at an interaction. They can also be sent at page creation. This is why during their processing, execution of actions using the rest of page content should be avoided (for example refresh operations), the rest of page content not necessarily being operational at the time of notification.
 
 
 
Item values for these notifications are:
 
ITEM_INIT (0x8000 – 32768) sent at element initialization.
ITEM_SET (0x8007 - 32775) sent when the element value has been modified, either at a direct interaction or by code.
ntfCode is 0 if the element is reinitialized (not specified)
ITEM_READONLY (0x8006 - 32778) notification sent when element read-only property has been changed – This notification is only currently effective for EditMenus.
ntfCode is 1 if the element is deactivated.