Properties Events Methods See Also
Created when a form, form set, or report is created.
Syntax
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 Chapter 9, Creating Forms, in the Programmer's Guide.
For more information about the data environment for reports, see Chapter 12, Adding Queries and Reports, in the Programmer's Guide.