Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for a record
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00111724
Message ID:
00111793
Views:
18
>I have a base form class which runs an instance of a toolbar. The toolbar has the standard buttons for navigation. I also want to have a button to find a record. I'd like to be able to use it with either tables or views.
>
>I want similar functionality to the find button found in the VFP WizStyle.VCX txtbtns class. I'd use that one but it is based on filters and locate. As a result it is incredibly SLOW!!!
>
>The tables I'll be searching are around 75,000 records and 15MB in size. At this time I do not need to search Memo fields...but that would be a nice bonus.
>
>If you have any code, classes, downloads, or 3rd party ideas....
>
>Thank you
Richard,

My first piece of advice is to not put any code in the toolbar buttons other than calling mehtods of the currently active form. Let the form manage its data not the toolbar.
Previous
Reply
Map
View

Click here to load this message in the networking platform