IF TYPE('This.oSession') <> 'O'
This.oSession = CREATEOBJECT('Session')
IF TYPE('This.oSession') <> 'O'
RETURN .F.
ENDIF
* Set the environment of the private data session.
This.SetPrivateDataSessionEnvironment(This.oSession.DataSessionID)
ENDIF
Every time I try to start the program after compile I get Class definition session not found,
what am I missing?
This.oSession = CREATEOBJECT('Session')
IF TYPE('This.oSession') <> 'O'
RETURN .F.
ENDIF
* Set the environment of the private data session.
This.SetPrivateDataSessionEnvironment(This.oSession.DataSessionID)
ENDIF
Every time I try to start the program after compile I get Class definition session not found,
what am I missing?