Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
\ problem
Message
De
10/12/2003 00:17:22
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
\ problem
Divers
Thread ID:
00857522
Message ID:
00857522
Vues:
63
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform