open form with name

Examples


When the application is running, the open form with name statement opens the form that has the name specified.

Syntax

open form with name form_name {in dictionary product_ID}

Parameters

form_name – A string containing the name of the form to be opened.

in dictionary product_ID – A clause containing the integer product ID for a third-party dictionary.

Comments

The open form with name statement is useful for opening forms when the name of the form isn’t known when the application dictionary is being created. An example of this is opening a form from a third-party dictionary created by another developer.


Documentation Feedback