Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
\ problem
Message
From
10/12/2003 00:17:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
\ problem
Miscellaneous
Thread ID:
00857522
Message ID:
00857522
Views:
62
I face a problem when the progrom run in runtime :



mServerPath = '\\server1\order\'
mFile = 'graphics\picture1.bmp'
mFullPath = mServerPath+mFile
messagebox(mFullPath)

in develop time, mFullPath = '\\server\order\graphics\picture1.bmp' which is correct.

but when I compile to exe and run it, mFullPath will be

'\\server\order\graphicspicture1.bmp'

** '\' between mServerPath and mFile is missing

Why?

Thanks in advance.
Next
Reply
Map
View

Click here to load this message in the networking platform