Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing a Temporary table in Form designer
Message
 
To
01/04/1999 13:55:41
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00204335
Message ID:
00204370
Views:
15
Hi Man Cheung,

>Data in the temporary files can be validated before transferred to the DBF tables.

This does actually sound like you need table buffering. This lets you change records in a table without them being physically written to the disk. With TABLEUPDATE() you can confirm these changes and with TABLEREVERT() you can throw anything away.

To answer you original question, there's no way to put a cursor visually in the form's data environment. You haave to create the cursor in code, for example in the Load() event using the CREATE CURSOR command.

Christof
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform