Please enable JavaScript to view this site.

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

Before import started

Scroll Prev Next More

Description

The BeforeImport  event is executed before the import is started.

Syntax

BeforeImport(pageObject, message)

Arguments

pageObject

an object representing the current page. For more information, see RunnerPage class.

message

this message is displayed on the page if the import was canceled.

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

After import finished

Export/Import pages

AJAX helper object: setMessage ()