Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Right Recno()
Message
De
01/11/1999 21:39:09
 
 
À
01/11/1999 21:30:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00285239
Message ID:
00285242
Vues:
19
>Hi,
>
>Sorry with my question but i'm a biginner in VFP6, can anybody tell me what's happen with this,
>
>with thisform
>select clientes
>set order to c_codigo
>Chave=.txtC_codigo.value
>seek Chave
>
>if clientes.c_codigo=chave * or if found()
> ? "Key Exist"
> wait window
>else
> ? "KKKKKKKKKKK"
>endif
>
>endwith
>
>the key i type didn't exist but the program tell there is?
>

Let's try this:

IF SEEK(THISFORM.txtC_Codigo.Value, "Clientes", "c_codigo")
?"Key Exist"
ELSE
?"KKKKKKKKKKK"
ENDIF
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform