Toolbar disabled

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
 
R

Rick Brandt

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.
 
G

Guest

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:
 
J

J. Goddard

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top