Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DEFINE CLASS fowl AS ....
Message
 
To
24/11/1999 16:42:27
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00295315
Message ID:
00295321
Views:
24
Error: Property BordType is not found.

>Hi Folks.
>
>
>DEFINE CLASS cooktimer AS Timer
>PROCEDURE Timer
> WAIT WIND "Happy Thanksgiving!" NOWAIT
>ENDPROC
>ENDDEF
>DEFINE CLASS fowl AS Custom
>Cooked = .F.
>Weight = 20
>BirdType = ""
>PROCEDURE Init
>PARAMETERS cBirdType
>This.BordType=cBirdType
>ENDPROC
>PROCEDURE cook
>THIS.AddObject("OvenTimer","cooktimer")
>This.CookTimer.Interval=2180000
>ENDPROC
>ENDDEF
>
>oTurkey = CREATEOBJECT("fowl","Turkey")
>oTurkey.Cook
kenweber
GCom2 Solutions
Microsoft Certified Professional

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform