Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Statement Confusion
Message
From
30/11/1999 13:52:18
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00296934
Message ID:
00297031
Views:
23
I can see that everything I need to accomplish the task at hand is in the view designer, what I need to do is manipulate the controls in the view designer with the controls on my REPORT FORM. Am I right in my thinking?

>>In the form, open MyView with the NODATA clause.
>>
>>I'm not really clear on how to do this.
>
>2 ways:
>
>use myview nodata
>
>OR...
>
>Add the view to the form's Data Environment, set the NoDataOnLoad property of the view to TRUE. In the BeforeOpenTables method, include the following:
>
>set talk off
>set deleted on
>set exclusive off
>set multilocks on
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform