Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data edit screen where only certain records are displaye
Message
From
03/01/1997 13:38:06
Mark Balster
Expressdata Corporation
Marietta, Georgia, United States
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00016392
Message ID:
00016405
Views:
29
If you are new, you may want to consider checking out YAG's CODEBOOK framework. It does exactly what you are describing. In CODEBOOK's framework you would: Create a view with a filter condition using a view parameter that matches your criteria. Example CLAIMS.CID = ?vp_claims Next, create the 'form' and use some type of control (text, combo, etc) to capture your claim number. Assign the value of your control to a memory variable so that the requery method can see the view parameter and the resulting data set with only have the records you desire. I am not doing the codebook framework justice with the description above but I hope that you can get the idea. I want to create an edit screen where only records meeting a certain criteria is displayed; for example, a claim number equal to a number entered by the user. How do I prompt the user for the claim number? Once they enter the claim number, how do I create the dataset? I started by experimenting with a view, am I on the correct path? Thanks!
Previous
Reply
Map
View

Click here to load this message in the networking platform