Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message baffling
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Error message baffling
Miscellaneous
Thread ID:
01180942
Message ID:
01180942
Views:
65
This code worked fine on all systems but now suddenly only works on mine and the users now get "File does not exist" Could this be a security issue given the file DOES in fact exist?

name='MARTIN' (user dependant)

USE p:info2
COPY STRUCTURE to c:\csu-zeta\&name
USE c:\csu-zeta\&name excl
zn='P:_'+name+'.txt'
*DO quickmsg WITH zn
APPEND FROM &zn delimited <<==ERROR "File does not exist"
"Build a man a fire, and he's warm for a day.
Set a man on fire, and he's warm for the rest of his life."
Next
Reply
Map
View

Click here to load this message in the networking platform