Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Installed .EXE looking for .PJX?
Message
 
To
16/12/2002 13:42:17
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00733306
Message ID:
00733373
Views:
19
Hi Chris,

and here's another change that might help you:
*---------------------- Location Section ------------------------
*   Library: CApp
*   Class:   CApplication
*   Method:  Init()

* ...

*-----------------------------------------------------
*--- If a debug.txt file exists in the applications'
*--- root directory, set lDebugMode to TRUE
*-----------------------------------------------------
*--IF FILE(DEBUGMODEFILE)
IF SYS(2000, DEBUGMODEFILE) <> ""
	This.lDebugMode = .T.
ENDIF

* ...
I'll have a further look for you at some potential places where paths could be set, as Jason mentioned.

Armin

Armin Neudert
Regional Director (Stuttgart) of German FoxPro User Group dFPUG

MCP for Visual FoxPro

Expert/Editor of the VFP section in the German Codezone community portal
Previous
Reply
Map
View

Click here to load this message in the networking platform