Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Default Path????
Message
 
To
17/11/1998 13:04:37
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00158348
Message ID:
00158360
Views:
15
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.
Previous
Reply
Map
View

Click here to load this message in the networking platform