Minimize Button is missing

  • Thread starter Thread starter Tim J La Fazia
  • Start date Start date
T

Tim J La Fazia

I have a form with the following attributes:

PopUp = true
Modal = true
Control Box=yes
Min/Max Buttons=both enabled
Border Style=Dialogue

For some reason the Min/Max buttons are not visible.

Any thoughts?

TIA,
Tim J
 
Tim J La Fazia said:
I have a form with the following attributes:

PopUp = true
Modal = true
Control Box=yes
Min/Max Buttons=both enabled
Border Style=Dialogue

For some reason the Min/Max buttons are not visible.

Any thoughts?

Because a modal form can't lose the focus until it closes, that's its
purpose.

Regards,
Keith.
www.keithwilby.com
 
Tim J La Fazia said:
I have changed modal to false and there is still no minimize button

In that case you may have Border Style set to "Dialog".

Keith.
 
Back
Top