Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor not going on second text
Message
De
26/04/2002 18:45:21
 
 
À
24/04/2002 17:04:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00648873
Message ID:
00649841
Vues:
24
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform