Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Question about cursors
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
00978277
Message ID:
00978355
Vues:
29
>
>OK I understand that.
>
>Would you know of a sure-fire way to identify that the alias I am dealing with is a cursor? I am thinking that I can't really use the method of checking to see if the file exists, on the off chance that it really does need to exist on the disk for whatever resource reason. CURSORGETPROP() sees the SourceType as a table. Any suggestions?

Jon,

I know only a kludgy way
IF JUSTEXT(DBF("mycursor")) = "TMP"
  * This is a cursor
...
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform