PC Review


Reply
Thread Tools Rate Thread

Collapsing All groups in the Navigation Pane

 
 
KarenW
Guest
Posts: n/a
 
      1st Apr 2010
Does anyone know how to "Collapse All" with code, after doing a
docmd.navigateto "category name" ?

I have set up a customized Category display on the Navigation Pane.
I put a button on my form to show/hide the navigation pane, but when
it 'shows' the groups within the category, it displays the state at which
it was last viewed.
I would like it to show the groups all collapsed. This is an option when
you right click
on one of the groups, so I think it should also be possible to do within the
VBA code.
is it possible??
thanks alot -- Karen





--
Karen Waddell
 
Reply With Quote
 
 
 
 
David C. Holley
Guest
Posts: n/a
 
      2nd Apr 2010
I've had to migrate to 2007 and I thoroughly detest that damned Navigation
Panel almost as must as the Ribbon. Fortunately, the existing app uses a
main form with a list box for navigation. Can't tell you how I did it but I
figured out how to keep the users out of it entirely.

"KarenW" <(E-Mail Removed)> wrote in message
news:5BD9CE70-EB20-423C-8FB8-(E-Mail Removed)...
> Does anyone know how to "Collapse All" with code, after doing a
> docmd.navigateto "category name" ?
>
> I have set up a customized Category display on the Navigation Pane.
> I put a button on my form to show/hide the navigation pane, but when
> it 'shows' the groups within the category, it displays the state at which
> it was last viewed.
> I would like it to show the groups all collapsed. This is an option when
> you right click
> on one of the groups, so I think it should also be possible to do within
> the
> VBA code.
> is it possible??
> thanks alot -- Karen
>
>
>
>
>
> --
> Karen Waddell



 
Reply With Quote
 
KarenW
Guest
Posts: n/a
 
      4th Apr 2010
Yes-- it seems to take alot more effort to work with both the navigation pane
and the ribbon, 2 things that were supposed to make life easier for a user.
I put a couple of buttons on my form with Click events that let users shrink
and expand these things:
Private Sub ShowHideRibbon_Click()
SendKeys "^{F1}"
End Sub

Private Sub ShrinkNav_Click()
SendKeys "{F11}"
End Sub
--
thanks
Karen Waddell


"David C. Holley" wrote:

> I've had to migrate to 2007 and I thoroughly detest that damned Navigation
> Panel almost as must as the Ribbon. Fortunately, the existing app uses a
> main form with a list box for navigation. Can't tell you how I did it but I
> figured out how to keep the users out of it entirely.
>
> "KarenW" <(E-Mail Removed)> wrote in message
> news:5BD9CE70-EB20-423C-8FB8-(E-Mail Removed)...
> > Does anyone know how to "Collapse All" with code, after doing a
> > docmd.navigateto "category name" ?
> >
> > I have set up a customized Category display on the Navigation Pane.
> > I put a button on my form to show/hide the navigation pane, but when
> > it 'shows' the groups within the category, it displays the state at which
> > it was last viewed.
> > I would like it to show the groups all collapsed. This is an option when
> > you right click
> > on one of the groups, so I think it should also be possible to do within
> > the
> > VBA code.
> > is it possible??
> > thanks alot -- Karen
> >
> >
> >
> >
> >
> > --
> > Karen Waddell

>
>
> .
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Collapsing groups in Macro Cunning_Plan Microsoft Excel Programming 7 30th Jul 2009 03:23 PM
Collapsing the Groups =?Utf-8?B?dmlqdQ==?= Microsoft Outlook BCM 0 19th Aug 2007 03:52 PM
Collapsing the groups viju Microsoft Outlook BCM 0 14th Aug 2007 06:24 PM
Collapsing groups in BCM northerner@large.scotland Microsoft Outlook 0 28th Jun 2004 07:03 PM
Expanding/Collapsing groups Marianneb Microsoft Outlook Contacts 0 3rd Aug 2003 04:25 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:45 PM.