Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Creating App

$
0
0
Creating App
Web Connection 5.0
Creating App
Mar. 27, 2013
12:12 pm
3QX0Q6O6RShow this entire thread in new window
Gratar Image based on email address
From:Jim day
To:All
Error message wgbusiness.prg is not a table

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
************************
************************


Viewing all articles
Browse latest Browse all 10393

Trending Articles