Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modal form class
Message
From
07/08/1997 12:32:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00043552
Message ID:
00043560
Views:
28
>Hi all,
> I have a form class that is modal and returns a boolean value. How do I get the return value? For example,
>
>
>mfc = createobject('modalformclass)
>test = mfc.show() && this doesn't work I know, but what do i use instead?
>
>Any help appreciated
>
>-mike

lModalFormRetVal = .f.
oTest = createobject("modalform") && Modalform unload event contains lModalFormRetVal = lExpression
oTest.show()
? lModalFormRetVal

Maybe there is a better way.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform