Remove close button

NigelShaw

Registered User.
Local time
Today, 18:32
Joined
Jan 11, 2008
Messages
1,575
Hi,

can you completely remove the close button on a form altogether rather than disable it? not the actual application, just the form.


Cheers

Nidge
 
Howzit

I set the Control Box and the Close Button property to No - see Format Property tab
 
Hi,

i did that already but its still visible albeit disabled.

thanks
 
If it's already disabled, can you also make it hidden?
 
Howzit

That is a new one to me. I haven't come across this one before. Mine definitely disappear when I do that. Sorry - not sure what to suggest.
 
Howzit

The control box is definitely set to No? THis hides all 3 buttons at the top regardless of individual settings
 
Last edited:
Hi Kiwiman,

control box is definately set to NO.

its not all doom tho' as i have jiggled a routine that hides the application window close button to hide the form one instead :)

cheers

Nidge
 
That's a Tabbed Documents thing. It can't be removed unless you remove Tabbed Docs and go classic.

There might be a way to use an API to get it removed (with Tabbed Docs selected) but I won't bother.
 
That's a Tabbed Documents thing. It can't be removed unless you remove Tabbed Docs and go classic.

There might be a way to use an API to get it removed (with Tabbed Docs selected) but I won't bother.

Hi vb

im not using tabs and the form in question is a popup form. I fixed it now with my altered routine :)


thanks

Nidge
 
Well in a Pop-Up form, Kiwiman's suggestion should have done. What went wrong?
 
Hey VB

i dont know why just like i dont why Access does other bizarre thing that ar eunexplained.... i wonder though if my workaround would remove the close button from the tabbed forms as you mentioned previously the Access version wouldnt work?

i'll try it and see.

Cheers

Nidge
 

Users who are viewing this thread

Back
Top Bottom