OnActivate() trigger function does not run

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]:wink:

No. - OnBeforeInput()

No. - OnInputChange()

No. - OnAfterInput(VAR Text : Text[1024]:wink:

No. - OnValidate()

No. - OnAfterValidate()

No. - OnLookup(VAR Text : Text[1024]:wink: : Boolean

No. - OnDrillDown()

No. - OnAssistEdit()

On my page design view I can only see 5 triggers?

No. - OnValidate()

No. - OnLookup(VAR Text : Text[1024]:wink: : Boolean

No. - OnDrillDown()

No. - OnAssistEdit()

No. - OnControlAddIn(Index : Integer;Data : Text[1024])

Does this mean they do not offer OnActivate anymore?