Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is the cursor in use ?
Message
From
04/08/2008 15:18:02
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01336315
Message ID:
01336316
Views:
18
This message has been marked as a message which has helped to the initial question of the thread.
>SET SAFETY OFF
>COPY FILE (anxFullPth) TO "DADOS\ENVIO.DBF"
>SET SAFETY ON
>
>I have I message "file is in use"
>
>Can this be because the envio.DBF is a cursor of my form ?
>If so, is it possible to disable de cursor of the form, and then enable it again ?

Use APPEND FROM instead of COPY FILE.
Select envio
Append From (anxFullPth)
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform