AutoOpen Method
Executes the CursorFill method with a default of no parameters. When the CursorAdapter object exists in a data environment, the data environment calls AutoOpen automatically from within the DataEnvironmentOpenTables method.
CursorAdapter.AutoOpen()
Return Values
Logical data type. AutoOpen returns True (.T.) if successful. Otherwise, Visual FoxPro generates an error.
Remarks
You can override AutoOpen by using the NODEFAULT command and explicitly calling CursorFill.
See Also
Methods | CursorAdapter Object Properties, Methods, and Events | CursorFill Method | AutoOpenTables Property | NODEFAULT Command
See Also: CursorAdapter Class