Description
The event BeforeProcess<PageName> is executed before any processing takes place. Use this event to redirect user to another page, send an email or log user action in the database.
Syntax
BeforeProcess<PageName>(conn,pageObject)
Arguments
conn
database connection handle.
pageObject
an object representing the current page. For more information, see RunnerPage class.
Applies to pages
List, View, Add, Edit, Print, Search, Export, Report, Chart, Login, Register, Password reminder, Change password, Menu.
Recommended sample events:
•Hide repeating values on View page
See also: