Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to Get View With No Data
Message
From
01/08/2001 11:31:32
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00538321
Message ID:
00538329
Views:
11
Hey Vlad,

Ok, so if I have a view open and want to requery it to have no records then requery it again to have records, maintaining the same alias, is the following correct?
Requery('View1') && Returns Data
Use View1 NoData && Returns No Data
Requery('View1') && Returns Data Again
Does the Use affect the view for subsequent Requery? If so, can I use the Again clause or is that superfluous?

Renoir

>USE ...ViewName NODATA.
>
>Take a look to help on USE command, NODATA option.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform