A Microsoft Outlook email forum. Outlook Banter

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » Outlook Banter forum » Microsoft Outlook Email Newsgroups » Outlook and VBA
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Customize Task view on to-do bar programatically



 
 
Thread Tools Search this Thread Display Modes
  #11  
Old May 5th 08, 04:19 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Customize Task view on to-do bar programatically

None that I know of that will help. Filing a bug with MS or opening a case
with support would likely lead to them telling you it can't be done and may
not be fixed in Outlook 2007 at all.

I'll see if any of my friends have any other ideas.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ryan Taylor" wrote in message
...
Fair enough, thanks for all of the time you spent looking. I wasn't able
to
find anything either. Do you know what other otions I have in terms of
finding a solution to this problem?

Thanks,
Ryan


Ads
  #12  
Old May 5th 08, 09:22 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Customize Task view on to-do bar programatically

We discussed this privately and I think the reason it's not working is that
the To-Do Bar allows a standard view only and the customization is making
Outlook create a new view behind the scenes. To quote Sue Mosher:

"Outlook does not allow you to
programmatically modify a standard view -- another pain point. If you
try to modify an existing standard view, Outlook clones the settings
and creates a copy that is a user-specific view. My hunch is that the
to-do bar can use only the master view, not the user-specific copy."

Thanks Sue and Diane Poremsky for your help in the discussions.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ken Slovak - [MVP - Outlook]" wrote in message
...
None that I know of that will help. Filing a bug with MS or opening a case
with support would likely lead to them telling you it can't be done and
may not be fixed in Outlook 2007 at all.

I'll see if any of my friends have any other ideas.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ryan Taylor" wrote in message
...
Fair enough, thanks for all of the time you spent looking. I wasn't able
to
find anything either. Do you know what other otions I have in terms of
finding a solution to this problem?

Thanks,
Ryan



  #13  
Old May 13th 08, 11:10 PM posted to microsoft.public.outlook.program_vba
Ryan Taylor
external usenet poster
 
Posts: 9
Default Customize Task view on to-do bar programatically

Hi Ken,

Thank you for researching this further. I apologize for not responding
sooner, I apparently didn't receive the "new post notification" from the
forum.

It is interesting, through the UI, I can modify that standard view and add
the Icon field to it and it will show up. I do understand what you are
saying, that when making these modifications programmatically, Outlook may
create a copy and actually use the copy, instead of the modified view.

Since I am able to set this manually, is there some macro or something
similar that I can create that will go and physically use the mouse to select
this Icon field?

I know it seems like a small thing, but we customize the icons to indicate
various states so it is really important that the users be able to see it.
Unforunately, I cannot rely on them going and manually adding this field.

Thanks again for all of your help, both you and Sue and Diane,
Ryan

"Ken Slovak - [MVP - Outlook]" wrote:

We discussed this privately and I think the reason it's not working is that
the To-Do Bar allows a standard view only and the customization is making
Outlook create a new view behind the scenes. To quote Sue Mosher:

"Outlook does not allow you to
programmatically modify a standard view -- another pain point. If you
try to modify an existing standard view, Outlook clones the settings
and creates a copy that is a user-specific view. My hunch is that the
to-do bar can use only the master view, not the user-specific copy."

Thanks Sue and Diane Poremsky for your help in the discussions.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ken Slovak - [MVP - Outlook]" wrote in message
...
None that I know of that will help. Filing a bug with MS or opening a case
with support would likely lead to them telling you it can't be done and
may not be fixed in Outlook 2007 at all.

I'll see if any of my friends have any other ideas.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007
Reminder Manager, Extended Reminders, Attachment Options
http://www.slovaktech.com/products.htm


"Ryan Taylor" wrote in message
...
Fair enough, thanks for all of the time you spent looking. I wasn't able
to
find anything either. Do you know what other otions I have in terms of
finding a solution to this problem?

Thanks,
Ryan




  #14  
Old May 14th 08, 03:19 PM posted to microsoft.public.outlook.program_vba
Ken Slovak - [MVP - Outlook]
external usenet poster
 
Posts: 5,848
Default Customize Task view on to-do bar programatically

No, there's nothing you can do in code. I had also verified this with the PM
who owns the Outlook object model on the Outlook team.

--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm


"Ryan Taylor" wrote in message
...
Hi Ken,

Thank you for researching this further. I apologize for not responding
sooner, I apparently didn't receive the "new post notification" from the
forum.

It is interesting, through the UI, I can modify that standard view and add
the Icon field to it and it will show up. I do understand what you are
saying, that when making these modifications programmatically, Outlook may
create a copy and actually use the copy, instead of the modified view.

Since I am able to set this manually, is there some macro or something
similar that I can create that will go and physically use the mouse to
select
this Icon field?

I know it seems like a small thing, but we customize the icons to indicate
various states so it is really important that the users be able to see it.
Unforunately, I cannot rely on them going and manually adding this field.

Thanks again for all of your help, both you and Sue and Diane,
Ryan


  #15  
Old June 17th 11, 09:40 PM
gregcyril gregcyril is offline
Junior Member
 
First recorded activity at Outlookbanter: Jun 2011
Posts: 1
Default

Hi,

I too would greatly appreciate knowing if there was a solution.

It's got me stumped!


Thnaks, Greg
 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to customize the Task Request form econ Outlook - Using Forms 0 May 14th 07 09:42 PM
Can I customize the day view in 2007? [email protected] Outlook - Calandaring 1 February 26th 07 08:17 PM
Customize Day View E-Coder Outlook - Calandaring 1 January 5th 07 01:58 AM
Customize Current View in OL 03 Bob S Outlook - General Queries 0 July 4th 06 11:37 PM
How to customize Views programatically? Lucas Campos Outlook and VBA 8 May 31st 06 04:48 PM


All times are GMT +1. The time now is 04:47 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.