Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a way to seek without moving the record pointer
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00581456
Message ID:
00581474
Vues:
16
Hi Joe,

I seem to remember using in VFP5 as well as FPD2.5 but just in case the gray cells are faulty how about:


USE MyTable IN 0 AGAIN
SET ORDER TO MyTag

IF SEEK(MyKey)
* Your app specific routine for found
ELSE
* You app routine for not found
ENDIF


Robert
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform