Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Default Path????
Message
 
À
17/11/1998 13:04:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00158348
Message ID:
00158360
Vues:
16
Thanks John,

I just found another solution in an older program also

SET DEFAULT TO (gcPath)



>Hi Perry ----
>
>Try changing the SET DEFAULT line to:
>
>SET DEFAULT TO "&gcPath."
>
>If there is a space in the directory structure name, an error will occur without the quotes.
>
>
>
>>Hi all,
>>
>>I have a program where I use the following code to finde the default path of the program:
>>
>>m.home = SYS(16)&& save executing program file name
>>IF !glDebug
>> pos = AT(UPPER('\MyProgram.exe'), UPPER(m.home), 1)
>>ELSE
>> pos = AT(UPPER('\progs\MyProgram.fxp'), UPPER(m.home), 1)
>>ENDIF
>>m.home = SUBSTR(UPPER(m.home), 1, pos)
>>RELEASE pos
>>gcPath = m.home
>>
>>SET DEFAULT TO &gcPath && Line the error occurs at
>>
>>As long as the program is located in the C:\MyProgram\, no problem. As soon as I move the program to let's say C:\Program files\MyProgram\, I get an "Invalid Path Name" error. If I choose "Ignore", the utility runs properly.
>>
>>What could be causing this???
>>
>>TIA
Perry E. Chrzanowski
Programmer/Analyst
Saturn (Solutions) Inc.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform