Visible Min and Max Buttons on Form

BJS

Registered User.
Local time
Today, 19:02
Joined
Aug 29, 2002
Messages
109
Make Min and Max buttons visible on Form

I have a form that opens only with the Max button.
I would like it to open with both the Min and the Max button.
The form contains unbound fields only, which get populated with data and then save to the table.

The property settings for the form seem to be correct. They are as follows:

Control Box = Yes
Min Max Buttons = Both Enabled
Close Button = Yes

What am I missing here???

Thanks in advance.
BJS
 
Check the Border style setting . If it shows dialog, this will be why your buttons will not show. Change it to sizable.

Hope this helps

Andy
 
Border Style is set to sizeable, and my buttons still don't show.

By the way.....in my original post I meant to say that only my "Close" button appears. I'm missing both the min and max buttons.

Any more suggestions??? Thanks!
 
Spacepro....you were right!

I was confused, because when the form opens, and I look at the properties, the borderstyle is "sizable", but the command button used to open the form actually opens it acdialog.

I change the code behind the command button and my buttons now appear!

Thanks a bunch!!! :D
 

Users who are viewing this thread

Back
Top Bottom