This page is currently incomplete, but you can find information about this topic at the links below:
- bringforward -- The bringforward statement brings the selected form objects one layer towards the front.
- bringtofront -- The bringtofront statement brings the selected form objects to the front.
- exportform( -- The exportform( function exports a form and the form's meta data as a binary object that can be imported with the importform statement.
- fieldblueprintsheet -- The fieldblueprintsheet statement opens a sheet to edit the blueprint of the current field.
- formblueprintsheet -- The formblueprintsheet statement opens a sheet to edit the blueprint of the current form.
- formcolor -- The formcolor statement changes the background color of the current form.
- formoptionsblueprintsheet -- The formoptionsblueprintsheet statement opens a dialog sheet to edit the blueprint of the current form options.
- importform -- The importform statement imports a form into a database.
- info("formcolor") -- The info("formcolor") function returns the background color of the current form.
- info("formevent") -- The info("formevent") function returns the last event that occurred to the current form.
- info("formname") -- The info("formname") function returns the name of the current form.
- info("formobjectcommonproperties") -- The info("formobjectcommonproperties") function returns a list of properties that are common to all types of form objects.
- makenewform -- The makenewform statement creates a new form in the current database.
- openfarform -- The openfarform statement opens a form in another database.
- selectedformobjectsblueprintsheet -- The selectedformobjectsblueprintsheet statement opens a sheet to edit the blueprint of the currently selected objects.
- sendbackward -- The sendbackward statement sends the selected form objects one layer towards the back.
- sendtoback -- The sendtoback statement sends the selected form objects to the back.
- setreportcolumns -- The setreportcolumns statement allows a procedure to control the number of columns of a report, and the direction (across or down).
- showrectangle -- The showrectangle statement refreshes all or part of the current form window.
- updateballoonlocations -- The updateballoonlocations statement does nothing.
History
10.0 | Updated | Carried over from Panorama 6.0, with some updates. |