Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problems with my code
Message
De
29/07/2002 14:17:11
 
 
À
29/07/2002 12:15:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00683493
Message ID:
00683643
Vues:
19
Am I misreading your code, or are you only inserting a new record into the table if a record with the ordenproceso.value already exists?

Should your code say instead :
if !seek(.ordenproceso.value,'llamadas','ordenproc')
By the way, since you are selecting llamadas, and setting the index to ordenproc anyway, you really only need
If !Seek(.ordenproceso.value)
Alan

>Thanks for you support, but i have this problem and it consists in that every time that you use the...
>
>
>if seek(.ordenproceso.value,'llamadas','ordenproc')
>
>
>it always says that finds the value in the .ordenproceso.value even when you are introducing a new record that doesn't exists in my table.
>Please help to solve this out.
>
>Thanks.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform