This is a subclass of wwbusiness as below
I have done this in other apps with out issue so I am sure it is something easy that I have forgot.
Any ideas. The site is ready to upload to the net but I can not build the app or exe.
define class wgBusiness as wwBusiness
function Init()
IF EMPTY(this.cDataPath) AND !EMPTY(gDataPath)
this.cDataPath = gDataPath
ENDIF
*!* if vartype(Config)='O'
*!* this.cDataPath = Config.cDataPath
*!* endif
*!* this.cIDTable = this.cDataPath + this.cIDTable
*!* this.cFileName = this.class
*!* this.cAlias = this.class
return dodefault()
endfunc
enddefine
************************
************************