Please do not use to report errors- use your regional help desk.
Please mark posts as being for RPG or RDMLX (LANSA) developer.
To subscribe by email, display this forum, scroll to the end and select ‘Subscribe Forum’.
#COM_SELF.Set Property('/RunOperation.Type') To(ShowMessage)
#COM_SELF.Set Property('/RunOperation.Text') To('This is an example!')
For online forms, RunOperation and the form's OnLoad event have the same effect and will yield the same result.
However, RunOperation is not applicable and can't be used in offline forms - you must use OnLoad event if you want your code to run when a form is loaded.