Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MODAL Form - return parameter
Message
 
To
10/08/1998 09:27:32
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00125213
Message ID:
00125246
Views:
19
>Hi all.
>How I return parameter when I create form from VCX where is modal form. I use this command:
>l_Info = CREATEOBJECT("MSG_Question","Do You wann really exit ?")
>l_Info.show()
>I have "RetPar" property, where is stored return parameter. How I get this property after command l_Info.show() ?
>Thanks.

if you call the form this way,

lnRetval = l_Info.RetPar

after the l_Info.show().
Previous
Reply
Map
View

Click here to load this message in the networking platform