Toolbar disabled

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello.
I have a form with the property popup defined as 'yes'.
However, after I did that, my toolbar attached to the form (where I have the
navigation buttons), appears disabled.
Can anyone tell me if it's possible to enable the toolbar keeping the form
in popup mode?
Thank you.
Acores
 
acores said:
Hello.
I have a form with the property popup defined as 'yes'.
However, after I did that, my toolbar attached to the form (where I
have the navigation buttons), appears disabled.
Can anyone tell me if it's possible to enable the toolbar keeping the
form in popup mode?
Thank you.
Acores

The Popup property should not do that. However setting the Modal property to
true will. Modal means that focus cannot go anywhere but the form until it is
closed or unless a button on the modal form opens another modal form.
 
Hi, Rick.
Thank you for your effort.
However, I turned off modal setting as you said and the toolbar is still
disabled. When I turned off the popup property the toolbar began to work
normally.
I had to turn on the popup property because this form opens after another
and its size is conditioned by the first one size (maximized).
What can I do?

"Rick Brandt" escreveu:
 
Hi -
If you are using your own custom menu bar, try putting it in as a
shortcut menu bar instead of Menu Bar, with the shortcut menu property
set to Yes. Right-click displays it.

I had the same problem with one of my applications.

John
 
Back
Top