Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error message baffling
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01180942
Message ID:
01180947
Views:
16
>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)

The code is a bit strange. Should it be
use p:\Info2
lcFileName = "c:\csu_zeta\" + name
copy structure to (m.lcFileName)
use (m.lcFileName) exclusive
zn = "p:\_" + name + ".txt" && e.g. file p:\_Martin.txt should exist
append from (zn) delimited
e.g. the less you use & the more readable code will become?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform