The information in this article applies to:
SUMMARYWhen you add a table or view to the data environment of a form or report in Visual FoxPro, you may notice that the table is referred to as a cursor. This may be confusing for developers who are accustomed to the version 2.x definition of a cursor as a temporary table. MORE INFORMATION
The cursor referred to in the data environment is a "cursor object." By
adding the table or view as an object, you gain several advantages. During
design time, you can specify values for several properties including
Exclusive, Alias, ReadOnly, NoDataOnLoad and others. By modifying these
properties at design time, control is gained over the behavior of the data
within the form, without having to close and reopen files. At run-time,
these properties can provide useful information.
REFERENCESFor more information on the cursor object, please see the Visual FoxPro Help file. Additional query words:
Keywords : kbDesigner kbVFp300 kbVFp500 kbVFp600 |
Last Reviewed: August 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |