Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP5: SetFocus
Message
De
02/05/1997 08:27:45
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
01/05/1997 23:30:33
Jim Si
Alberta Research Council
Calgary, Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00030568
Message ID:
00030586
Vues:
34
>Hi All,
>
>If data entered in a combo box is not valid, how should I set cursor staying in the combo box until it is valid.
>
>I used the following code in the Valid method:
>
>If !SEEK(code, "codetable")
> wait window "Not valid code"
> RETURN .F.
>ENDIF
>
>I thought if I use RETURN .F. the cursor will not leave but it does not work. Could anybody tell me why?
>
>Jim

Try replacing your valid method with...

if not SEEK(this.value, "codetable")
=MESSAGEBOX( "Invalid code",0,"Input Error")
return(0)
endif
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform