DataEnvironment Object

Created when a form, form set, or report is created.

DataEnvironment

Remarks

The DataEnvironment object is a container object for the Cursor and Relation objects associated with the form, form set, or report.

Note that setting a DataEnvironment object property at run time generates an error. For a new property setting to take effect, you must call the CloseTables and OpenTables methods for the DataEnvironment object.

For more information about the data environment for forms and form sets, see Creating Forms.

See Also

DataEnvironment Object Properties, Methods and Events | Cursor Object | Relation Object