Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class Designer object reference
Message
 
To
20/10/2002 04:43:10
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00712548
Message ID:
00713455
Views:
22
Hi Pavel,

Can you send me e-mail?
You must open class library as table for adding methods into class.
You cann't generate in field METHODS:
PROCEDURE NewMethod
ENDPROC 
but
PROCEDURE NewMethod
* any code or empty row
ENDPROC 
Every row in field Reserved3 must be terminated CHR(13) and CHR(10).
e.g.(method):
REPL RESERVED3 WITH RESERVED3+"*NewMethod Description of new method"+CHR(13)+CHR(10)
MartinJ

PS:(czech) zacinam pomalu chapat o co ti jde, ale kdyz to bude cesky budu na tom lip...


>>>For using this function, I must first select some objects in the
>>>Designer.
>>
>>Re-read the help file on ASELOBJ().
>>
>>ASELOBJ(array,1) gives you a reference you can use, based on what you've said so far. Don't throw it away just because you don't think it will work. :-)
>
>Dan,
>
>many thanks for pointing me the RIGHT direction. ASELOBJ(arr,1) is really
>the key for getting where I need (with some container hierarchy climbing
>up and down). ASELOBJ() seemed to me (for the first sight) useless, as I need
>to select some objects in the Class Designer before I could use it.
>But I was wrong ... ASELOBJ(arr,1) is the solution.
>
>Once more, thank you for your help.
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Reply
Map
View

Click here to load this message in the networking platform