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 method call:

You do not need to specify the context, because the Info Window is the default object for this method call.

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