(Msg. 1) Posted: Fri Jul 04, 2008 8:54 am
Post subject: Standard Ribbon Tabs in Access 2007 Runtime Add to elertz Archived from groups: microsoft>public>access (more info?)
I've created a custom ribbon. I have observed that, alongside the custom
tabs I have created on my ribbon, the Access Home tab is also displayed.
This is A Good Thing, because everything on the Home tab is something I want
my users to have.
Unfortunately, the application needs to deployed using the Access runtime -
and when it is launched using the runtime, the Home tab has disappeared!
So, my question is, is there a simple way of including an entire "standard"
tab (i.e. the Home tab) in a custom ribbon, or am I going to have to build an
entire custom tab to replicate what's on the Home tab?
(Msg. 2) Posted: Fri Jul 04, 2008 12:14 pm
Post subject: Re: Standard Ribbon Tabs in Access 2007 Runtime Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Baz wrote:
> I've created a custom ribbon. I have observed that, alongside the
> custom tabs I have created on my ribbon, the Access Home tab is also
> displayed. This is A Good Thing, because everything on the Home tab
> is something I want my users to have.
>
> Unfortunately, the application needs to deployed using the Access
> runtime - and when it is launched using the runtime, the Home tab has
> disappeared!
>
> So, my question is, is there a simple way of including an entire
> "standard" tab (i.e. the Home tab) in a custom ribbon, or am I going
> to have to build an entire custom tab to replicate what's on the Home
> tab?
>
> I've tried this but it has no effect:
>
> <tab idMso="TabHomeAccess" visible="true"/>
Built in menus and toolbars have never been included in the runtime. You
have to build your own.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
(Msg. 3) Posted: Sat Jul 05, 2008 1:49 am
Post subject: Re: Standard Ribbon Tabs in Access 2007 Runtime Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
me encanta vuestro grupo megustaria charlar sobre el grupo de noticias
"Baz" <Baz.RemoveThis@discussions.microsoft.com> escribió en el mensaje de
noticias:71B74A1A-DAD0-4756-9EE6-093624BAB50C@microsoft.com...
> I've created a custom ribbon. I have observed that, alongside the custom
> tabs I have created on my ribbon, the Access Home tab is also displayed.
> This is A Good Thing, because everything on the Home tab is something I
> want
> my users to have.
>
> Unfortunately, the application needs to deployed using the Access
> runtime -
> and when it is launched using the runtime, the Home tab has disappeared!
>
> So, my question is, is there a simple way of including an entire
> "standard"
> tab (i.e. the Home tab) in a custom ribbon, or am I going to have to build
> an
> entire custom tab to replicate what's on the Home tab?
>
> I've tried this but it has no effect:
>
> <tab idMso="TabHomeAccess" visible="true"/>
(Msg. 4) Posted: Sat Jul 05, 2008 7:07 pm
Post subject: Re: Standard Ribbon Tabs in Access 2007 Runtime Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
(Msg. 5) Posted: Mon Jul 07, 2008 5:35 am
Post subject: Re: Standard Ribbon Tabs in Access 2007 Runtime Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Rick Brandt" wrote:
> Baz wrote:
> > I've created a custom ribbon. I have observed that, alongside the
> > custom tabs I have created on my ribbon, the Access Home tab is also
> > displayed. This is A Good Thing, because everything on the Home tab
> > is something I want my users to have.
> >
> > Unfortunately, the application needs to deployed using the Access
> > runtime - and when it is launched using the runtime, the Home tab has
> > disappeared!
> >
> > So, my question is, is there a simple way of including an entire
> > "standard" tab (i.e. the Home tab) in a custom ribbon, or am I going
> > to have to build an entire custom tab to replicate what's on the Home
> > tab?
> >
> > I've tried this but it has no effect:
> >
> > <tab idMso="TabHomeAccess" visible="true"/>
>
> Built in menus and toolbars have never been included in the runtime. You
> have to build your own.
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt at Hunter dot com
>
>
>
Thanks, but that isn't exactly what I asked. I realise that I will need to
include the required buttons etc. in my custom ribbon, but what I'd like to
know is whether there is a way of doing it by including an entire standard
tab within a custom ribbon, or whether I will have to build the entire tab
from scratch.
Toolbars and menus don't enter into it, I'm talking about Access 2007
ribbons. However, an analogy to earlier versions would be to create a custom
menu bar and to add a built-in menu to it, which is of course perfectly
possible in Access 2003 and earlier.
(Msg. 6) Posted: Mon Jul 07, 2008 4:53 pm
Post subject: Re: Standard Ribbon Tabs in Access 2007 Runtime Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Baz wrote:
> "Rick Brandt" wrote:
>> Built in menus and toolbars have never been included in the runtime.
>> You have to build your own.
> Thanks, but that isn't exactly what I asked. I realise that I will
> need to include the required buttons etc. in my custom ribbon, but
> what I'd like to know is whether there is a way of doing it by
> including an entire standard tab within a custom ribbon, or whether I
> will have to build the entire tab from scratch.
>
> Toolbars and menus don't enter into it, I'm talking about Access 2007
> ribbons. However, an analogy to earlier versions would be to create
> a custom menu bar and to add a built-in menu to it, which is of
> course perfectly possible in Access 2003 and earlier.
I thought it was obvious, but everything that applies to built-in menus and
toolbars in older versions applies to built-in ribbons in 2007 (as far as I
know).
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
(Msg. 7) Posted: Tue Jul 08, 2008 6:31 am
Post subject: Re: Standard Ribbon Tabs in Access 2007 Runtime Add to elertz [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"Rick Brandt" wrote:
> Baz wrote:
> > "Rick Brandt" wrote:
> >> Built in menus and toolbars have never been included in the runtime.
> >> You have to build your own.
> > Thanks, but that isn't exactly what I asked. I realise that I will
> > need to include the required buttons etc. in my custom ribbon, but
> > what I'd like to know is whether there is a way of doing it by
> > including an entire standard tab within a custom ribbon, or whether I
> > will have to build the entire tab from scratch.
> >
> > Toolbars and menus don't enter into it, I'm talking about Access 2007
> > ribbons. However, an analogy to earlier versions would be to create
> > a custom menu bar and to add a built-in menu to it, which is of
> > course perfectly possible in Access 2003 and earlier.
>
> I thought it was obvious, but everything that applies to built-in menus and
> toolbars in older versions applies to built-in ribbons in 2007 (as far as I
> know).
>
> --
> Rick Brandt, Microsoft Access MVP
> Email (as appropriate) to...
> RBrandt at Hunter dot com
>
>
>
>
>
Be that as it may, my question remains unanswered. Anyone?
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum