Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I load a grid ONLY with certain records to edit?
Message
 
To
22/03/2000 17:34:52
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00349151
Message ID:
00349158
Views:
22
Peter,

You can create a view in your database. This view will return only the records you need. You can affect this view to the Grid with a command like this :

ThisForm.Wsgrid1.RECORDSOURCE = "VIEWNAME"

For your information (if you don't know) You can use this view as a nomal table, so you can make some update on field.

Hope this help!
Eric.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform