Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box validation
Message
From
05/03/2002 14:09:40
 
 
To
04/03/2002 09:22:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00627764
Message ID:
00628609
Views:
22
>Hi,
>
>1. on Combo if I press enter key without changing value showing in combo not validating while UP arrow key or down arrow key or mouse selection validating ...how can I put my valid statement to validate direct through enter ket without changing default value in combo.
>
>Please help

I just tried this code in the LOSTFOCUS of a textbox control and it worked.
IF THIS.VALUE <> 'TEST'
  NODEFAULT
ENDIF
Bill Morris
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform