Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forcing A value from a text box
Message
 
To
01/02/2002 10:11:22
Carmen Gassi
Perseus Software Systems
Oakville, Ontario, Canada
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00613826
Message ID:
00614026
Views:
26
>Thanks I will incorporate the return .f.
>
>Carmen

Carmen,

If you return .F. from the textbox's Valid the user won't be able to exit the form unless they enter a good order number. You could simply add a Proeprty to your form, perhaps named GoodOrdNum. Then in the Valid of the order number textbox you put Thisform.GoodOrdNum = .T. or .F. accordingly. In the WHEN of all controls except the Cancel button you put Thisform.GoodOrdNum and you're done. The textbox wonj't prevent them from using the Exit or Cancel button and no other control will accept focus until the order number is validated by the textbox.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform