Re: Return value from a class by christophe
christophe
Thu Jul 01 02:22:26 CDT 2004
budieko,
a not very OOP/VFP way is to use a public
variable which holds the return value and doesn't
get released when closing the form.
regards
christophe
--
\|||/
(o o)
----ooO-(_)-Ooo-------------
¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°º¤ø,¸¸,ø¤º°`°
º
"budieko" <eko_dja@myrealboxJUSTREMOVE.com> schreef in
bericht news:urk1rcxXEHA.3420@TK2MSFTNGP12.phx.gbl...
> Hi All
>
> I want to change a form as a class. But I don't know how
to get value
> return the class as I'm usually used to get from a form
with this
> command
>
> DO FORM myform TO leResult
>
> When I create an object
>
> SET LIBRARY TO myclass.vcx
> oForm=CREATEOBJECT("myform")
> oForm.show
> ....??
>
> What is the next line in order to get the result returned
by that class ?
>
> Thanks A Lot
>
>