I have an error "please sepcify a valid object name ffactivex.cobjectname" when trying to call FoxFire.
We are running the Codemine framework in the application and in FoxPro developement if I clear codemine FoxFire will run without the error. We don't want to do that in the application.
This is the calling program:
*Run FoxFire from main app.
LOCAL cSetDefault
m.cSetdefault = SET('default')
SET DEFAULT TO 'W:\FF80\'
* try to stop codemine
m.cError = ON('error')
ON error
IF VARTYPE('goapp') = 'O'
goapp.oRegistry.CloseAll() && Codemine App object
ENDIF
CLOSE TABLES
CLOSE DATABASES ALL
DO w:\ff80\foxfire.APP WITH 'Requests',"Pat",,"ffconfig.prg","" &&"Property Information"
**goapp.oRegistry.OpenAll()
**DO csetup WITH .F., .T.