Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Toolbar Woes
Message
From
20/07/2001 18:03:25
 
 
To
19/07/2001 04:41:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00532398
Message ID:
00533390
Views:
22
This message has been marked as a message which has helped to the initial question of the thread.
>When I get into the ProdReport form, I want the 3 toolbar buttons to still be active. But, the preview button is "dead".. Nothing in the click method runs (but strangeley the mousedown event fires)

Yeah, sucks don't it? I wrote most of an app based on that concept only tofind it it didnt work!

To summarize for Will:

He hit the Click button on a toolbar, and called a modal form, the toolbar is still available, but if you look at the call stack, the Click event is still waiting for the form to go away. Now if he hits the button again, VFP doesn't like the fact that Click is already running, so its not gonna let him do it again.

What to do? Create more toolbars, sadly.

After you call teh form, hide the current toolbar, and create a duplicate just for the new form. Once that form goes away, hide the duplicate, and resurface the orginal. *sigh*
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform