Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SupShip Code 530 data Entry Form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00473555
Message ID:
00473579
Views:
20
>>>>>>>>>>>>
I am using the FIND Button on my data entry form search for a record of 96-361 and I would like to be able to look at records prev and next.

Field Operator value
SSP Equals 96-361

I click search Key the record 96-361 comes up in the form with a match.
But my TOP, PREV, NEXT, Bottom buttons are grayed out.
The FIND, ADD, EDIT, DELETE are okay.

Could someone inform me what I must do in order make Prev and Next key value.
>>>>>>>>>>>>>

If you are using the Wizard to build your form the default find button that comes with it sets a filter in the found value. In your case it finds only one record thus disabling the next,prev. If you look in the classlib Wizbtns in the class txtbtns, look at the find code in the button you will see. I usualy code my own find function in this situation. Like set an index on your key record (set order to yourkey tag yourkey) and do a seek and you be able to navigate to the next and previous records.
Previous
Reply
Map
View

Click here to load this message in the networking platform