Function BeforeProcess<PageName> is executed before any processing takes places. Use this event to redirect user to another page, send an email or log user action in the database.
BeforeProcess<PageName>(&$conn)
Arguments
$conn - database connection handle.
List, View, Add, Edit, Print, Search, Export, Report, Chart, Login, Register, Password reminder, Change password, Menu
Recommended predefined actions and sample events
Send a simple email Insert a record into another table Check to see if a specific record exists Display a message on the Web page Redirect to another page Email selected records Implementing 'single sign on' feature
Send a simple email
Insert a record into another table
Check to see if a specific record exists
Display a message on the Web page
Redirect to another page
Email selected records
Implementing 'single sign on' feature