Description
The AfterImport event is executed after the import is finished.
Syntax
AfterImport(count,skipCount,pageObject)
Arguments
count
a number of records imported.
skipCount
a number of lines not imported.
pageObject
an object representing the current page. For more information, see RunnerPage class.
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: