Hi,
I have a class declaration as follows:
DEFINE CLASS C24x7 AS Custom OLEPUBLIC
..
.. some codes here
..
ENDDEFINE
But, when i try to instanciate to objects from this class on command window,
o = CREATEOBJECT("Uniware.Pay24x7.C24x7") <-- ok
b = CREATEOBJECT("Uniware.Pay24x7.C24x7") <-- error
OLE Error code 0x80040111: ClassFactory cannot supply requested class.
What did i miss here ?
Please advice.
I have a class declaration as follows:
DEFINE CLASS C24x7 AS Custom OLEPUBLIC
..
.. some codes here
..
ENDDEFINE
But, when i try to instanciate to objects from this class on command window,
o = CREATEOBJECT("Uniware.Pay24x7.C24x7") <-- ok
b = CREATEOBJECT("Uniware.Pay24x7.C24x7") <-- error
OLE Error code 0x80040111: ClassFactory cannot supply requested class.
What did i miss here ?
Please advice.