Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to close \DATA\AppData ?
Message
From
02/11/2004 18:25:43
 
 
To
02/11/2004 17:43:57
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00957045
Message ID:
00957395
Views:
18
I have just tested this - and got it to work. I need to amend the code in appapplication.getfilepath above to read this:
IF !ISNULL(this.cfirmdatalocation) AND 	m.cFile == 'BCS'  
	m.cFile = ALLTRIM(This.cfirmdatalocation) + 'bcs.dbc'
ENDIF 
now a call from the command file such as:
loCDE = CREATEOBJECT( 'cmDataEnvironmentCustom' )
loCDE.addcursor( 'Firm', 'curFirm' )
loCDE.openall

-- I have an debug stop right above the above code where i set the item below and resume.  

this.cfirmdatalocation = 'i:\bcstest\'
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform