Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy stru problem
Message
 
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Environment versions
Visual FoxPro:
FoxPro Dos
OS:
Windows XP SP2
Network:
Windows XP
Miscellaneous
Thread ID:
01057688
Message ID:
01057703
Views:
12
>This is an interesting one....I have a client who is happily working away with their Fox 2.6/DOS app on an XP (SP2) network. Everything works well except for one procedure which executes the following statement:
>
>
>sele c
>use &gapchk
>copy stru to &laptck
>
>The last statement crashes with a "file access denied" error. The laptck variable shows the value "aptck08" which is a valid filename. No one else uses this procedure, so there isn't a chance of two people trying to print checks at once.
>
>The result is, that the error is actually false, as the file gets written just fine. Press "ignore" and go on, things work. However, this is obviously not a good way to run the program and I would like to figure out what's happening.
>Any ideas are greatly appreciated....
>
>Thanks!

Can you update this application?

Can you use full path file name and use name expression instead of macro, e.g.
select 0
use (gapchk)
copy stru to (laptck)
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform