openfarform
DATABASE
,
FORM

The openfarform statement opens a form in another database.


Parameters

This statement has two parameters:

database – name of the database that contains the form (this database must already be open)

form – name of the form.


Description

This statement opens a form in another database. The database must already be open. This example opens a form named Area Code from the Services database.

openfarform "Services","Area Code"

Note: This statement is now obsolete since you can accomplish the same thing with the regular OpenForm statement:

openform "Area Code","Database","Services"

See Also


History

VersionStatusNotes
10.0UpdatedCarried over from Panorama 6.0, however, this statement is now obsolete.