Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update form data
Message
From
02/04/1998 17:18:18
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Update form data
Miscellaneous
Thread ID:
00089086
Message ID:
00089086
Views:
63
Once the following statement is executed:

create sql view agents_view as select * from a

I can DO FORM AGETNSFORM which displays the view in the form.

How do I make the connection between subsequent select statements to view the new data in the same form? Select wants to display its data in a BROWSE window. Do I have to CREATE SQL VIEW ... each time and then DELETE VIEW to get different data?

e.g. select * from a where a.contactid = "KOGR"
Next
Reply
Map
View

Click here to load this message in the networking platform