I also noticed that on form design view you can right click on the textbox and do CAL. It lists all the events erm triggers for that control…
Documentation()
No. - OnActivate()
//----- Begin doc-link integration
dlLastVisitedField := ‘No.’;
//----- End doc-link integration
No. - OnDeactivate()
No. - OnFormat(VAR Text : Text[1024]
No. - OnBeforeInput()
No. - OnInputChange()
No. - OnAfterInput(VAR Text : Text[1024]
No. - OnValidate()
No. - OnAfterValidate()
No. - OnLookup(VAR Text : Text[1024] : Boolean
No. - OnDrillDown()
No. - OnAssistEdit()
On my page design view I can only see 5 triggers?
No. - OnValidate()
No. - OnLookup(VAR Text : Text[1024] : Boolean
No. - OnDrillDown()
No. - OnAssistEdit()
No. - OnControlAddIn(Index : Integer;Data : Text[1024])
Does this mean they do not offer OnActivate anymore?