Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Custom class with DataSession?
Message
From
31/07/2001 16:27:53
 
 
To
31/07/2001 15:51:52
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00537926
Message ID:
00537994
Views:
13
>You can use CreateObject() at any moment.

Check the following code:
x=createobject('login')
x.show()
debug
read events

define class login as form
    frmDM = null
    procedure init
       frmDM = createobject('datamanager')  && nowhere in sight!!!
    endproc
enddefine

*-- business object 
define class datamanager as form
   datasession = 2
   visible = .F.
enddefine

*--- this works though but this is not how I need it to be (not encapsulated)
y=createobject('datamanager')
x=createobject('login')
x.show()
debug
read events
ramil
~~ learning to stand still
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform