Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a string from a method
Message
From
16/11/2004 11:04:28
 
 
To
16/11/2004 07:18:22
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00961508
Message ID:
00961739
Views:
5
>You can open a class library even if included in exe and parse it:
>
>
SELECT 0
>USE  Myclass.vcx AGAIN
>LOCATE FOR objname='myclass'
>IF FOUND()
>  USE
>  This.cHtml=This.cHtml+This.RecordHook()
>  ENDIF
>USE
Interesting, I never thought of using that approach.

Thanks
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform