WindowCreateSecondary()

Previous Next

Opens a secondary window.

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

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

Syntax

WindowCreateSecondary( window )

 

The optional window identifies either the window to be opened or the name of a secondary window style. In the second case, the underlying query for the window opened will be SELECT * FROM <master_table>. If no value is passed, window will be set to the secondary window style "Secondary Window".