Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursor not going on second text
Message
From
26/04/2002 18:45:21
 
 
To
24/04/2002 17:04:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00648873
Message ID:
00649841
Views:
23
Hi
has I see, can be some things like you textbox is enabled? if so, then see if it is readonly.
try the validation code on the valid event and don't put the KEYBOARD TAB.
If you are on the valid event, VFP automatically jumps to the next control if you return .T. on this method, i.e.

Local lnValid, cValue && or the typoe of value c=char,n=number,l=logical,etc

cValue = This.Value

If cValueIsValid && valid conditions
lnValid = .T.
Else
* Send a wait window message to indicate the mistake
lnValid = 0 && 0 avoid to go out of the control
EndIf

Return lnValid


**
I Hope this help

Mauricio
Be fast like the Fox
Be free like the Penguin
Se Rápido como el Zorro
Se libre como el Pingüino
Previous
Reply
Map
View

Click here to load this message in the networking platform