Description
The BeforeImport event is executed before the import is started.
Syntax
public XVar BeforeImport(dynamic pageObject, dynamic message)
Arguments
pageObject
an object representing the current page. For more information, see RunnerPage class.
dynamic message
this message is displayed on the page if the import was canceled.
Applies to pages
Recommended predefined actions and sample events:
•Insert a record into another table
•Check to see if a specific record exists
•Display a message on the Web page
See also:
•AJAX helper object: setMessage ()