Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DATA ENVIRONMENT
Message
 
To
26/09/1997 14:00:02
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00051803
Message ID:
00051805
Views:
41
>I would like to put a
>
>NODATA ON LOAD in the Data Environment before the opening of the table.
>Which method do I put it in?
>
>Previously, I alwys opened the tables in the form's Load event but I figured I'd
>try this for a change.
>
>Thanks,
>Gene

Gene,

You can use the property of a Cursor object (if you're using the Data Environment GUI) which is NoDataOnLoad and set it to True.

Or if you are opening tables with commands in the Load Event, then just add the NODATA clause to the USE statement where you opening the views. BTW, that's important, NODATA only works with Views, but I'm sure that you knew this.

Leslie
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform