Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File:c:\windows\temp\13889.tmp does not exist
Message
 
À
27/11/1997 09:01:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00062553
Message ID:
00062603
Vues:
43
>>Hi All!
>>
>>Im running my app with some Select INTO CURSOR.
>>
>>Sometimes I get the above error from VFP my code samle is as this:
>>
>>SELECT p3.dato,p3.ansatt,p3.ordre,p3.skift,;
>> p3.avdeling,p3.jobb,p3.fastlonn,p3.fastdel,;
>> p3.pverdi,p3.timer,;
>> IIF(p3.snittlønn>maxlønn,maxlønn,p3.snittlønn) AS snittlønn;
>> FROM proshoyv14 p3;
>> INTO CURSOR andreprodukt1
>>
>>IF USED('andreprodukt')
>>sele andreprodukt
>>USE
>>ENDIF
>>
>>USE dbf('andreprodukt1') AGAIN IN 22 ALIAS andreprodukt // here I get an error but not in all
>>situations??
>>
>>Best regards
>>
>>Per Simmersholm
>
>The file for a cursor may or may not be a file on the disk. You need to:
>
>USE (dbf("andreproduckt"))...
>
>Vlad

I thought that once you close a cursor, it is gone for good (at least, it can be). Isn't that it's nature? It is a TEMPORARY file.

Joe
Joseph C. Kempel
Systems Analyst/Programmer
JNC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform