Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File in use
Message
From
04/06/2009 13:30:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
File in use
Miscellaneous
Thread ID:
01403748
Message ID:
01403748
Views:
132
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
Next
Reply
Map
View

Click here to load this message in the networking platform