Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Validate data w/o combobox ?
Message
From
21/07/1999 17:36:41
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00244398
Message ID:
00244408
Views:
16
>I have had users kick back a design becasue they are heads down typists and don't want to find a mouse for clicking on a combo box.
>
>Form is for a physical inventory count.
>
>Data entry is for 3 fields. Tag #, Part # and Count. Gota love that.
>
>Anyway I forced part# fo be bound to the inventory file for it's lookup and it's not fast enough.
>
>I was thinking of just letting them put in what ever they wanted and doing a validation run after the fact.
>
>Any ideas on this issue?

You could leave the Part # as a textbox for fast entry (maybe give them a ... command button for doing lookups when necessary), then on the Valid event of the textbox, do a SEEK in the inventory file to validate the code. If this method is too slow then your idea of peforming validation at the end is probably best.
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform