Menu Bar Locked Up

  • Thread starter Thread starter Mark Roberts
  • Start date Start date
M

Mark Roberts

When I open my "Customer" form the menu bar locks up. This
doesn't happen to the rest of the forms. Does anybody know
why? And how do I correct this problem?
 
Mark Roberts said:
When I open my "Customer" form the menu bar locks up. This
doesn't happen to the rest of the forms. Does anybody know
why? And how do I correct this problem?

It has the modal property enabled. Nothing outside the form can get focus when
it is modal.
 
-----Original Message-----


It has the modal property enabled. Nothing outside the form can get focus when
it is modal.

Rick, Thank you very much. I fought this problem for over
two hours. I went back to the properties of the "Customer"
form and set modal and popup to "no". It worked perfectly.
Thank you again.
 
Back
Top