WindowCreateSecondary()

Previous Next

Opens a secondary window.

If you want to specify the window to be opened, use the Create() method instead.

Syntax

WindowCreateSecondary([<window_name>])

Parameters

window_name

The name of the window to be opened or the name of a secondary window style. In the second case, the statement will be SELECT * FROM <master_table>. If no parameter is supplied, the name will default to "Secondary Window".

NOTE:

WindowCreateSecondary() only creates the window if the master contains all primary key columns.