NigelShaw Registered User. Local time Today, 18:26 Joined Jan 11, 2008 Messages 1,575 Feb 13, 2012 #1 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
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
Kiwiman Registered User Local time Today, 18:26 Joined Apr 27, 2008 Messages 799 Feb 13, 2012 #2 Howzit I set the Control Box and the Close Button property to No - see Format Property tab
NigelShaw Registered User. Local time Today, 18:26 Joined Jan 11, 2008 Messages 1,575 Feb 13, 2012 #3 Hi, i did that already but its still visible albeit disabled. thanks
jdraw Super Moderator Staff member Local time Today, 13:26 Joined Jan 23, 2006 Messages 15,573 Feb 13, 2012 #4 If it's already disabled, can you also make it hidden?
Kiwiman Registered User Local time Today, 18:26 Joined Apr 27, 2008 Messages 799 Feb 13, 2012 #5 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 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.
Kiwiman Registered User Local time Today, 18:26 Joined Apr 27, 2008 Messages 799 Feb 13, 2012 #6 Howzit The control box is definitely set to No? THis hides all 3 buttons at the top regardless of individual settings Last edited: Feb 13, 2012
Howzit The control box is definitely set to No? THis hides all 3 buttons at the top regardless of individual settings
NigelShaw Registered User. Local time Today, 18:26 Joined Jan 11, 2008 Messages 1,575 Feb 13, 2012 #7 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
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
V vbaInet AWF VIP Local time Today, 18:26 Joined Jan 22, 2010 Messages 26,374 Feb 14, 2012 #8 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.
NigelShaw Registered User. Local time Today, 18:26 Joined Jan 11, 2008 Messages 1,575 Feb 14, 2012 #9 vbaInet said: 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. Click to expand... 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
vbaInet said: 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. Click to expand... 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
V vbaInet AWF VIP Local time Today, 18:26 Joined Jan 22, 2010 Messages 26,374 Feb 14, 2012 #10 Well in a Pop-Up form, Kiwiman's suggestion should have done. What went wrong?
NigelShaw Registered User. Local time Today, 18:26 Joined Jan 11, 2008 Messages 1,575 Feb 14, 2012 #11 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
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
V vbaInet AWF VIP Local time Today, 18:26 Joined Jan 22, 2010 Messages 26,374 Feb 14, 2012 #12 But what exactly did you change or do?