WindowCreateLookup()

Previous Next

Opens a lookup window based on the currently selected query column in an info window. To open a lookup dialog from a dialog,use WindowCreateLookupDialog() instead.

To open a specific lookup window, you can also use the Create() method.

Syntax

WindowCreateLookup([<name>])

Parameters

Name

The name of the lookup window to be opened. If no name is specified, WindowCreateLookup() tries to resolve the name from the query column it was called from.

Object

Table (Info Box)