Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor manipulation questions;
Message
De
23/08/1999 12:01:10
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00256590
Message ID:
00256618
Vues:
22
>>I found one of the problems... there was an old table called Temp on disk that it was grabbing instead of using the cursor. I deleted it and am using a different name for the temporary cursor, but now I get the 'file not found'. If I use line 8A, it gives me 'Invalid path or filename'.
>>
>
>Did you add the .T. to the end of your file list?

PMFJI: Try: on Line 8A
8A *USE (dbf("Temp")) AGAIN IN 0 ALIAS c_Addresses

You can't 'use' the 'temp' alias if its not also temp.dbf, and you may not be pointing at the right dbf to just use dbf() with no alias inside... Doing it that way has always worked for me.

HTH

Rob
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform