Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox VALID not firing?
Message
From
08/03/2000 19:08:51
 
 
To
08/03/2000 18:17:31
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00341975
Message ID:
00343503
Views:
21
Jill,

Change your return statements to say "RETURN 0". This way, it won't let your user out of the text box until a non-zero value is entered, and it will reset the value of the textbox to 0

Regards,

JTryon


>I'm guessing here, but are your controls on a pageframe ? I seem to remember this being an issue, if so, the workaround is to cover each page with an object so that the page can never recieve focus.
>
>HTH
>
>Des
>
>>I have a textbox, whose value is initialized to 0, with the following in the VALID:
>>
>>
 IF LASTKEY() = AscEsc
>>  RETURN
>>ENDIF
>>
>>lOK = .T.
>>** check for legal values; set nRecsNeeded
>>DO CASE
>> CASE This.Value <= 0
>>    WAIT WINDOW "Group size must be greater than zero"
>>    RETURN .F.
>>
>>
>>...followed by other cases in the CASE statement.
>>
>>According to the tab order, the text box is the first control in the form, and it IS selected when the form starts.
>>
>>I don't want to let focus out of the text box until the user inputs a non-zero value. At times, once the form is diaplayed, and the user user clicks on a combo box on the form, the valid does not fire, i.e., the focus leaves the textbox and goes to the combo box. [If the user presses the TAB or ENTER key with the intial zero value, the appropriate error message is displayed.]
>>
>>I'm missing something...how can I keep focus on the text box until the user has entered a legal value? Any input is appreciated. J
Jason Tryon
Senior Systems Analyst / Technical Lead
eBusiness / iPage
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform