Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I add code to a class ?
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00881982
Message ID:
00882067
Views:
16
THANK YOU...i'm going to check it but it sounds good :-))
>Create a PRG:
>
>DEFINE CLASS MyPage AS Page
>
> PropVal = SomeVal
>
> PROCEDURE MyProc
> RETURN SomeValue
> ENDPROC
>
>ENDDEFINE
>
>
>Then in your pageframe:
>SET PROCEDURE TO MyPrg
>This.AddObject("MyPage", "MyPage")
Previous
Reply
Map
View

Click here to load this message in the networking platform