Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Give object focus
Message
From
03/06/2003 16:09:51
 
 
To
03/06/2003 15:08:59
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00795842
Message ID:
00795888
Views:
16
no. in the Validate() method of your textbox put something like this:
if Inlist(This.Value, CheckValue1, CheckValue2, ...)
   ReturnValue = .t.
else
   messagebox("You must enter a valid number", 0+16+0, "I've got a problem...")
   ReturnValue = .f.
endif
return(ReturnValue)
>so would it go something like this?
>
>if inlist(.......)
> return
>else
> messagebox(.......)
> validate = .T.
>endif
Previous
Reply
Map
View

Click here to load this message in the networking platform