I'm writting a COM object and i come across that i can't define setting at the Class level
DEFINE CLASS C24x7 AS SESSION OLEPUBLIC
SET DATE TO BRITISH <----- error
DBPATH='c:\VisDev\Figures\Data'
p_lstdte={31/12/2100}
p_comp="001"
FUNCTION ...
ENDFUNC
ENDDEFINE
How can i do define my setting in my COM Object ?
Please help.
DEFINE CLASS C24x7 AS SESSION OLEPUBLIC
SET DATE TO BRITISH <----- error
DBPATH='c:\VisDev\Figures\Data'
p_lstdte={31/12/2100}
p_comp="001"
FUNCTION ...
ENDFUNC
ENDDEFINE
How can i do define my setting in my COM Object ?
Please help.