Actions Example 1: Automatic Query

Previous Next

An info window must query all records automatically as soon as it is opened.

Set the Post-open property of the Info Window to:

QueryExecute()

 

WI_clip0015

This is a very simple action statement:

You do not need to specify the target object. The Info Window itself is the default object for this action statement.

You do not need to specify parameters, because the QueryExecute() method does not require any.