Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help with show() and visible
Message
From
23/04/1998 16:08:35
 
 
To
23/04/1998 16:00:28
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00094447
Message ID:
00094455
Views:
21
>I created a class for a lookup form that is used through out an application. When I want to display the model form I just issue a oCal.Show(). The form displays ok then when a button is clicked it issues a THISFORM.visible = .F. and should continue program execution.
>
>Needless to say the main form display cannot be accessed now, the screen just beeps whenever I try to select anything on it. I do not want to release the oCal object, but I do want to return control to he calling program. What am I missing?

The modal form by definition will stop event processing and to resume it you must kill this form first (or create and use it as modeless).
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform