WindowCreateSecondary()

  • 8 September 2022
  • 0 replies
  • 0 views

Userlevel 3
Badge +2

This article is about the WindowCreateSecondary action in the USoft Action Language.

WindowCreateSecondary()

Opens a secondary window.

If you want to specify the window to be opened, use the Create() actiion 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".


0 replies

Be the first to reply!

Reply