Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File in use
Message
 
 
À
04/06/2009 13:30:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01403748
Message ID:
01403753
Vues:
40
Interestingly, when I tried to reply UT went down - I had to re-log and of course I lost my reply.

Anyway, I was suggesting

local lcAlias
lcAlias = juststem(lcGetFile)

use in select(lcAlias)

before trying to save the cursor.

>Hi All,
>
>I am trying to implement a feature in my app. where I provide the ability to save a cursor (workarea) as a table. If I want to go back and continue where I was working, I would use getfile() to get the file name then
>
>select * from (lcgetfile) into cursor bulkchg_rw readwrite
>
>after working on the cursor, I want to be able to save it again, using puftile() but if I select the same file, I get a "File is in use" message.
>
>I have tried an implicit "use in (lcgetfile)" as well as selecting lcgetfile, but neither resolves the issue. If I call the SET window, I can close it that way but can't seem to programatically.
>
>Any ideas.. ( I could use the getfile as alias, but because of other actions being performed, I would prefer to keep the changes as a volatile workarea and only save when done.
>
>Thanks in advance
>
>Al
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform