WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Standard Ribbon Tabs in Access 2007 Runtime

 
   Home -> Office other -> General Discussions RSS
Next:  General Discussions: Excel is Confused  
Author Message
Baz

External


Since: Aug 29, 2004
Posts: 15



(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?

I've tried this but it has no effect:

<tab idMso="TabHomeAccess" visible="true"/>
Back to top
Login to vote
Rick Brandt

External


Since: Sep 30, 2003
Posts: 4932



(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
Back to top
Login to vote
alberto perez

External


Since: Jul 05, 2008
Posts: 4



(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"/>
Back to top
Login to vote
John W. Vinson

External


Since: Jan 29, 2004
Posts: 5528



(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?)

On Sat, 5 Jul 2008 01:49:24 +0200, "alberto perez" <alberto311064.RemoveThis@hotmail.com>
wrote:

>me encanta vuestro grupo megustaria charlar sobre el grupo de noticias

Este grupo no es para charlar. Es un grupo tecnico por la programma Microsoft
Access. Si quieres charlar, por favor busca en otro grupo.
--

John W. Vinson [MVP]
Back to top
Login to vote
Baz

External


Since: Aug 29, 2004
Posts: 15



(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.
Back to top
Login to vote
Rick Brandt

External


Since: Sep 30, 2003
Posts: 4932



(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
Back to top
Login to vote
Baz

External


Since: Aug 29, 2004
Posts: 15



(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?
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> General Discussions 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
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET