Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SEEK() Problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Divers
Thread ID:
00097886
Message ID:
00098030
Vues:
55
>Mark,
>Similar code is what we're adding. But it OUGHT to work!!!

HA HA! Truth be told, you should NOT have this problem. Is the seek directly before the line that checks for lRet ? Is it possible you are calling a function that is using lRet at certain times?

>>lRet = seek(cSeek, 'MyTable', 'MyTag')
>>
>>If !IsNull(IRet) and type('lRet') = 'L' and lRet

The above is why I prefer to do...

If seek( .... blah

BOb
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform