Actions Example 1: Automatic query
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()
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.