RunObject Property

Version: Available or changed with runtime version 1.0.

Sets the object you want to run immediately when the action is activated.

Applies to

  • Page Action

Syntax

The following example illustrates how to use RunObject on the query object MyQuery (replace the query keyword with page, report, or codeunit to use RunObject on these data types)

RunObject = query "MyQuery";

Remarks

Use this property to select the object you want to run.

The following object types are supported: pages, reports, codeunits, and from version 23 also queries.

Use the following properties to set parameters for the object you want to run:

See Also

Properties