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 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. |