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 - Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Outlook Task Priority



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old June 9th 07, 08:27 AM posted to microsoft.public.outlook.program_forms
Ken
external usenet poster
 
Posts: 84
Default Outlook Task Priority

How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken
Ads
  #2  
Old June 9th 07, 12:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook Task Priority

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54

"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken

  #3  
Old June 12th 07, 05:48 PM posted to microsoft.public.outlook.program_forms
Ken
external usenet poster
 
Posts: 84
Default Outlook Task Priority

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54

"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken


  #4  
Old May 19th 08, 03:34 PM posted to microsoft.public.outlook.program_forms
kh[_3_]
external usenet poster
 
Posts: 5
Default Outlook Task Priority

I have been missing the 5 levels of Priority offered by Palm software -
although I don't miss the poor Palm customer service. Anyway, I have figured
out how to add the Custom Priority field to my Task/To-Do List, but I have
not yet been able to figure out how/where to enter the value for a new task.

The field "Custom Priority" is showing in the list view, but when I open an
individual task for editing, I do not see it anywhere to add or change the
value.

Can someone tell me how to do that? Thanks bunches!!

"Ken" wrote:

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54

"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken


  #5  
Old May 19th 08, 04:32 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook Task Priority

Three options:

1) Add the field to a table view that has in-cell editing turned on, and type in the value for each task.

2) Create a custom task form with an extra page containing a combo box with the choices you want to show.

3) Write VBA code macro that uses a combo box on the toolbar to display the current selection and allow the user to change it. prompts the user for a

#1 sounds like what you're already doing. #2 is relatively simple; start at http://www.outlookcode.com/article.aspx?ID=35. #3 is much more involved.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"kh" wrote in message ...
I have been missing the 5 levels of Priority offered by Palm software -
although I don't miss the poor Palm customer service. Anyway, I have figured
out how to add the Custom Priority field to my Task/To-Do List, but I have
not yet been able to figure out how/where to enter the value for a new task.

The field "Custom Priority" is showing in the list view, but when I open an
individual task for editing, I do not see it anywhere to add or change the
value.

Can someone tell me how to do that? Thanks bunches!!

"Ken" wrote:

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54

"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken

  #6  
Old May 19th 08, 05:46 PM posted to microsoft.public.outlook.program_forms
kh[_3_]
external usenet poster
 
Posts: 5
Default Outlook Task Priority

I can now click in the field, but cannot enter any text or numbers.

Can you tell me how to turn on in-cell editing?

I'm afraid options 2 and 3 are beyond my level of expertise...

Thanks for trying...nice to know there are people out there like you who are
at least willing to try to help!!

"Sue Mosher [MVP-Outlook]" wrote:

Three options:

1) Add the field to a table view that has in-cell editing turned on, and type in the value for each task.

2) Create a custom task form with an extra page containing a combo box with the choices you want to show.

3) Write VBA code macro that uses a combo box on the toolbar to display the current selection and allow the user to change it. prompts the user for a

#1 sounds like what you're already doing. #2 is relatively simple; start at http://www.outlookcode.com/article.aspx?ID=35. #3 is much more involved.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"kh" wrote in message ...
I have been missing the 5 levels of Priority offered by Palm software -
although I don't miss the poor Palm customer service. Anyway, I have figured
out how to add the Custom Priority field to my Task/To-Do List, but I have
not yet been able to figure out how/where to enter the value for a new task.

The field "Custom Priority" is showing in the list view, but when I open an
individual task for editing, I do not see it anywhere to add or change the
value.

Can someone tell me how to do that? Thanks bunches!!

"Ken" wrote:

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54

"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken


  #7  
Old May 19th 08, 06:34 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook Task Priority

View | (Arrange By) | Current View | Customize Current View | Other Settings.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"kh" wrote in message ...
I can now click in the field, but cannot enter any text or numbers.

Can you tell me how to turn on in-cell editing?

I'm afraid options 2 and 3 are beyond my level of expertise...

Thanks for trying...nice to know there are people out there like you who are
at least willing to try to help!!

"Sue Mosher [MVP-Outlook]" wrote:

Three options:

1) Add the field to a table view that has in-cell editing turned on, and type in the value for each task.

2) Create a custom task form with an extra page containing a combo box with the choices you want to show.

3) Write VBA code macro that uses a combo box on the toolbar to display the current selection and allow the user to change it. prompts the user for a

#1 sounds like what you're already doing. #2 is relatively simple; start at http://www.outlookcode.com/article.aspx?ID=35. #3 is much more involved.



"kh" wrote in message ...
I have been missing the 5 levels of Priority offered by Palm software -
although I don't miss the poor Palm customer service. Anyway, I have figured
out how to add the Custom Priority field to my Task/To-Do List, but I have
not yet been able to figure out how/where to enter the value for a new task.

The field "Custom Priority" is showing in the list view, but when I open an
individual task for editing, I do not see it anywhere to add or change the
value.

Can someone tell me how to do that? Thanks bunches!!

"Ken" wrote:

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54

"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken


  #8  
Old May 19th 08, 08:01 PM posted to microsoft.public.outlook.program_forms
kh[_3_]
external usenet poster
 
Posts: 5
Default Outlook Task Priority

Okay, I checked and I have Allow In-Cell Editing checked
but it still isn't allowing me to enter anything.

I can click in the field in the table view (and can see the blinking cursor
in the field), but when I press a key for a number (or a letter) it dings at
me and won't enter the character.

"Sue Mosher [MVP-Outlook]" wrote:

View | (Arrange By) | Current View | Customize Current View | Other Settings.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"kh" wrote in message ...
I can now click in the field, but cannot enter any text or numbers.

Can you tell me how to turn on in-cell editing?

I'm afraid options 2 and 3 are beyond my level of expertise...

Thanks for trying...nice to know there are people out there like you who are
at least willing to try to help!!

"Sue Mosher [MVP-Outlook]" wrote:

Three options:

1) Add the field to a table view that has in-cell editing turned on, and type in the value for each task.

2) Create a custom task form with an extra page containing a combo box with the choices you want to show.

3) Write VBA code macro that uses a combo box on the toolbar to display the current selection and allow the user to change it. prompts the user for a

#1 sounds like what you're already doing. #2 is relatively simple; start at http://www.outlookcode.com/article.aspx?ID=35. #3 is much more involved.



"kh" wrote in message ...
I have been missing the 5 levels of Priority offered by Palm software -
although I don't miss the poor Palm customer service. Anyway, I have figured
out how to add the Custom Priority field to my Task/To-Do List, but I have
not yet been able to figure out how/where to enter the value for a new task.

The field "Custom Priority" is showing in the list view, but when I open an
individual task for editing, I do not see it anywhere to add or change the
value.

Can someone tell me how to do that? Thanks bunches!!

"Ken" wrote:

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54

"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken



  #9  
Old May 19th 08, 08:13 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook Task Priority

Outlook version? Your Custom Priority field is a text field, right?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"kh" wrote in message ...
Okay, I checked and I have Allow In-Cell Editing checked
but it still isn't allowing me to enter anything.

I can click in the field in the table view (and can see the blinking cursor
in the field), but when I press a key for a number (or a letter) it dings at
me and won't enter the character.

"Sue Mosher [MVP-Outlook]" wrote:

View | (Arrange By) | Current View | Customize Current View | Other Settings.

"kh" wrote in message ...
I can now click in the field, but cannot enter any text or numbers.

Can you tell me how to turn on in-cell editing?

I'm afraid options 2 and 3 are beyond my level of expertise...

Thanks for trying...nice to know there are people out there like you who are
at least willing to try to help!!

"Sue Mosher [MVP-Outlook]" wrote:

Three options:

1) Add the field to a table view that has in-cell editing turned on, and type in the value for each task.

2) Create a custom task form with an extra page containing a combo box with the choices you want to show.

3) Write VBA code macro that uses a combo box on the toolbar to display the current selection and allow the user to change it. prompts the user for a

#1 sounds like what you're already doing. #2 is relatively simple; start at http://www.outlookcode.com/article.aspx?ID=35. #3 is much more involved.



"kh" wrote in message ...
I have been missing the 5 levels of Priority offered by Palm software -
although I don't miss the poor Palm customer service. Anyway, I have figured
out how to add the Custom Priority field to my Task/To-Do List, but I have
not yet been able to figure out how/where to enter the value for a new task.

The field "Custom Priority" is showing in the list view, but when I open an
individual task for editing, I do not see it anywhere to add or change the
value.

Can someone tell me how to do that? Thanks bunches!!

"Ken" wrote:

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.



"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken



  #10  
Old May 19th 08, 08:31 PM posted to microsoft.public.outlook.program_forms
kh[_3_]
external usenet poster
 
Posts: 5
Default Outlook Task Priority

Outlook Version 2007 (12.0.4518.1014)
Custom Priority Field format is Text



"Sue Mosher [MVP-Outlook]" wrote:

Outlook version? Your Custom Priority field is a text field, right?

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"kh" wrote in message ...
Okay, I checked and I have Allow In-Cell Editing checked
but it still isn't allowing me to enter anything.

I can click in the field in the table view (and can see the blinking cursor
in the field), but when I press a key for a number (or a letter) it dings at
me and won't enter the character.

"Sue Mosher [MVP-Outlook]" wrote:

View | (Arrange By) | Current View | Customize Current View | Other Settings.

"kh" wrote in message ...
I can now click in the field, but cannot enter any text or numbers.

Can you tell me how to turn on in-cell editing?

I'm afraid options 2 and 3 are beyond my level of expertise...

Thanks for trying...nice to know there are people out there like you who are
at least willing to try to help!!

"Sue Mosher [MVP-Outlook]" wrote:

Three options:

1) Add the field to a table view that has in-cell editing turned on, and type in the value for each task.

2) Create a custom task form with an extra page containing a combo box with the choices you want to show.

3) Write VBA code macro that uses a combo box on the toolbar to display the current selection and allow the user to change it. prompts the user for a

#1 sounds like what you're already doing. #2 is relatively simple; start at http://www.outlookcode.com/article.aspx?ID=35. #3 is much more involved.


"kh" wrote in message ...
I have been missing the 5 levels of Priority offered by Palm software -
although I don't miss the poor Palm customer service. Anyway, I have figured
out how to add the Custom Priority field to my Task/To-Do List, but I have
not yet been able to figure out how/where to enter the value for a new task.

The field "Custom Priority" is showing in the list view, but when I open an
individual task for editing, I do not see it anywhere to add or change the
value.

Can someone tell me how to do that? Thanks bunches!!

"Ken" wrote:

I created a new field and used your advice to add a custom property to the
field. A1, A2, A3, B1....

Thanks, Ken



"Sue Mosher [MVP-Outlook]" wrote:

The enumeration for that property is fixed. If you want numerical priority,you'll need to create a custom property.



"Ken" wrote in message ...
How do I change Outlook's task priority from "High, Medium, Low" to
"1,2,3,4,5,6"?

Thanks, Ken




 




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
priority of form regions against old legacy forms Nikolas Outlook - Using Forms 2 January 4th 07 06:18 PM
Outlook should let me assign priority levels to appointments Valerie Outlook - Calandaring 0 August 23rd 06 09:03 PM
How do I drag a task in task list of Outlook. It will not let me. rpetralia Outlook - Calandaring 2 April 5th 06 11:14 AM
Restore the address book search priority feature. Rolla Outlook - Using Contacts 1 March 22nd 06 06:41 PM
Is there anyway to assign a meeting priority when scheduling? Lynnie C Outlook - Calandaring 2 March 10th 06 06:11 PM


All times are GMT +1. The time now is 01:06 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.