This topic is locked

5.3 new events

10/13/2010 4:48:05 PM
PHPRunner General questions
T
tedwilder author

hello ,

though I checked new 5.3 help file I would need some information on new events on 5.3 because I wasnt able to find example or clear explanation.

For instance on add page we now have : "process record values" event..in description it says : occurs before page is displayed.. ok but then what is the difference with "before display" event in which description says "occurs before add page is diplayed" too?

what about event " after table initialized" : any use example for this event?
thanks a lot.

Sergey Kornilov admin 10/13/2010

Version 5.3 help is still work in progress. It's simply not finished yet.
'After table initialized' is not a new one. It's similar to 'AfterAppInitialized' but works on table level.