Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return Value Form Form Object
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01160615
Message ID:
01164308
Views:
12
Fabiano,

Fiz o teu exemplo, mas não consegui pegar o retorno.

Abaixo segue o codigo que eu fiz. Veja se tem algo de errado...
SET CLASSLIB TO zteste ADDITIVE
oForm = CREATEOBJECT('meuformteste')
oForm.Show(1)
oForm = CREATEOBJECT('meuformteste')
h = oForm.Show(1)
>Tudo bem?
>
>O que voce tem que fazer neste caso e criar uma classe:
>
>
>oForm = CreateObjec('classefilho')
>
>
>define class classefilho as MyClassForm
>procedure init
>parameters Inicio
>dodefault() && Para executar o que tinha dentro sem sobrepor
>endproc
>
>procedure unload
>return "meu retorno"
>endproc
>enddefine
>
>
>Ou seja, voce vai cria uma classe filho a partir da sua classe pai customizada.
Paulo Cesar Carneiro
desenvolvimento@controplan.com.br


"My God, what have we done?"
-- Capt. Robert Lewis, co-pilot of the Enola Gay, recalling the moment the atomic bomb exploded over Hiroshima

At 8:15 a.m. on August 6 1945
Previous
Reply
Map
View

Click here to load this message in the networking platform