Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Instantiated a child object
Message
From
22/12/2000 16:30:32
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00456477
Message ID:
00456483
Views:
21
>
>DEFINE CLASS oChild AS CUSTOM
>   cSex = ''
>   nWeightInPounds = 0
>   nLengthInInches = 0
>ENDDEFINE
>
>oFamily = NEWOBJECT("container")
>
>oFamily.NEWOBJECT("AdamJamesLeClair","oChild")
>
>WITH oFamily.AdamJamesLeClair
>   .cSex = "M"
>   .nWeightInPounds = 6.5
>   .nLengthInInches = 19
>   .Show("12/22/2000 11:23AM")
>ENDWITH
>
Congrats, Daniel. Quite a lovely early Xmas present your wife has presented you with! Hope all is well.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Reply
Map
View

Click here to load this message in the networking platform