Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bizarre temp file problem
Message
 
 
À
21/12/1999 17:28:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00306991
Message ID:
00306999
Vues:
36
>Hi Michelle,
>
>>USE DBF() ALIAS testcur AGAIN
>
>This needs to be
>
>USE (DBF()) ALIAS testcur AGAIN IN 0
>
>Without the () you are looking for a file called dbf().dbf, and without the IN 0 you actually are closing the cursor. USE will close whatever is in the current wa and then open the new file, thats why you can do:
>
>USE Table SHARED
>USE Table EXCL


Ok, it's time for a vacation... Did you hear the DOH! from over there across the river? :)

I still don't understand, though, why the file isn't showing up on my hard drive. I SUSPENDed _before_ that line, so the lack of IN 0 doesn't explain that.

Oh, well, it's working so I'm not going to worry about it.

Thanks!

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

Click here to load this message in the networking platform