WindowCreate()

Previous Next

Opens a window of the style specified.

When there are parameters as creation arguments to create the window, use the Create() method.

Syntax

WindowCreate([<style>,] <window_name>)

Parameters

style

This parameter is optional and can be "Info Window" or "Dialog".

Window_name

The name of the window or dialog to be opened.

NOTE:

On a dialog, you cannot use the WindowCreate() method to call a related or lookup window. Instead, to call a lookup dialog from a dialog, use the WindowCreateLookupDialog()method.