Please enable JavaScript to view this site.

Navigation: Advanced topics > Events > Table events > Import page

After import finished

Scroll Prev Next More

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

Import

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:

Before record inserted

Before import started

Export/Import pages

GetRowCount