Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Config.fpw - PATH command truncating
Message
From
24/09/2004 09:13:11
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
24/09/2004 08:59:14
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00945701
Message ID:
00945704
Views:
30
Found a solution. I used ".." relative pathing instead of the hardcoded ones that already existed and it worked fine. There must be a limit to length of the command.

>I have the line below in a development config file. It crashes and says "invalid path or filename" when run. If I use SET('PATH') and then check the LEN(), it appears to truncate right after the "ReportObjects" line. That is a length of 550. Any thoughts?
>
>
>SET PATH TO ";
>	c:\program files\microsoft visual foxpro 8\ffc;
>	c:\program files\microsoft visual foxpro 8\wizards;
>	d:\development\planmgmt\AdminQuitApp;
>	d:\development\planmgmt\AlloCheck;
>	d:\development\planmgmt\AssetPosition;
>	d:\development\planmgmt\AutoImport;
>	d:\development\planmgmt\bmps;
>	d:\development\planmgmt\corporatereport;
>	d:\development\planmgmt\DailyVal;
>	d:\development\planmgmt\data;
>	d:\development\planmgmt\DBReports;
>	d:\development\planmgmt\deferral;
>	d:\development\planmgmt\DEFINEDBENEFIT;
>	d:\development\planmgmt\DivApp;
>	d:\development\planmgmt\ErrorCheck;
>	d:\development\planmgmt\Forms;
>	d:\development\planmgmt\icons;
>	d:\development\planmgmt\Images;
>	d:\development\planmgmt\include;
>	d:\development\planmgmt\IntFundTrans;
>	d:\development\planmgmt\libs;
>	d:\development\planmgmt\McCamishImport;
>	d:\development\planmgmt\OBJECTS;
>	d:\development\planmgmt\OthPrgs;
>	d:\development\planmgmt\partreport;
>	d:\development\planmgmt\PremiumRpt;
>	d:\development\planmgmt\programs;
>	d:\development\planmgmt\ReportCommon;
>	d:\development\planmgmt\ReportObjects;
>	d:\development\planmgmt\reports;
>	d:\development\planmgmt\SalesTracking;
>	d:\development\planmgmt\SalesTracking;
>	d:\development\planmgmt\tradplat;
>	d:\development\planmgmt\TranMstr;
>	d:\development\planmgmt\WWIPStuff"
>
Previous
Reply
Map
View

Click here to load this message in the networking platform