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

Tasks



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old July 24th 07, 10:20 AM posted to microsoft.public.outlook.program_forms
Leon[_2_]
external usenet poster
 
Posts: 16
Default Tasks

I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?
Ads
  #2  
Old July 24th 07, 01:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Tasks

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

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


"Leon" wrote in message news
I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?

  #3  
Old July 24th 07, 05:32 PM posted to microsoft.public.outlook.program_forms
Leon[_2_]
external usenet poster
 
Posts: 16
Default Tasks

Thank you for the reply Sue, I omitted to mention that I am using Outlook
2007 Professional. So if there is a way that I may design a form which I can
use to keep tabs on my clients this would be most helpful. Leon

"Sue Mosher [MVP-Outlook]" wrote:

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

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


"Leon" wrote in message news
I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?


  #4  
Old July 28th 07, 12:13 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Tasks

If your heart is set on using a date picker, you might want to explore the new forms region feature. There are some detailed articles in the developer Help, and we can help you with the specifics of setting up the region manifest once you get to that point.

Or use the legacy custom forms architecture and just type it in, using OUtlook's date shortcuts.

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


"Leon" wrote in message ...
Thank you for the reply Sue, I omitted to mention that I am using Outlook
2007 Professional. So if there is a way that I may design a form which I can
use to keep tabs on my clients this would be most helpful. Leon

"Sue Mosher [MVP-Outlook]" wrote:

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

"Leon" wrote in message news
I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?


  #5  
Old August 1st 07, 11:24 AM posted to microsoft.public.outlook.program_forms
Leon[_2_]
external usenet poster
 
Posts: 16
Default Tasks

Can I design forms in the form regions feature in the same way as I was able
to design forms in the older Outlook versions, ie by dragging fields onto a
page, and if so how do I do this?

"Sue Mosher [MVP-Outlook]" wrote:

If your heart is set on using a date picker, you might want to explore the new forms region feature. There are some detailed articles in the developer Help, and we can help you with the specifics of setting up the region manifest once you get to that point.

Or use the legacy custom forms architecture and just type it in, using OUtlook's date shortcuts.

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


"Leon" wrote in message ...
Thank you for the reply Sue, I omitted to mention that I am using Outlook
2007 Professional. So if there is a way that I may design a form which I can
use to keep tabs on my clients this would be most helpful. Leon

"Sue Mosher [MVP-Outlook]" wrote:

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

"Leon" wrote in message news I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?


  #6  
Old August 1st 07, 01:50 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Tasks

Start a form region design session by putting a form into design mode, then on the Developer tab of the ribbon, choose Form Region | New Form Region. After that, it's drag and drop just like in a regular form. You will want to read the articles in Outlook developer Help on registering and deploying a form region; the process is very different from that for legacy custom forms.

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


"Leon" wrote in message ...
Can I design forms in the form regions feature in the same way as I was able
to design forms in the older Outlook versions, ie by dragging fields onto a
page, and if so how do I do this?

"Sue Mosher [MVP-Outlook]" wrote:

If your heart is set on using a date picker, you might want to explore the new forms region feature. There are some detailed articles in the developer Help, and we can help you with the specifics of setting up the region manifest once you get to that point.

Or use the legacy custom forms architecture and just type it in, using OUtlook's date shortcuts.




"Leon" wrote in message ...
Thank you for the reply Sue, I omitted to mention that I am using Outlook
2007 Professional. So if there is a way that I may design a form which I can
use to keep tabs on my clients this would be most helpful. Leon

"Sue Mosher [MVP-Outlook]" wrote:

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

"Leon" wrote in message news I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?


  #7  
Old August 2nd 07, 09:10 AM posted to microsoft.public.outlook.program_forms
Leon[_2_]
external usenet poster
 
Posts: 16
Default Tasks

Hi Sue, thanks for your patience. I have done that but I still can't seem to
set the properties for, say, a date field to reflect the date picker. I've
dragged a "completed date" field and a "user defined" field which I've set as
a Date/Time type but no success with the date picker. If this function is not
possible in a drag and drop or menu select type function then I'll give up. I
don't want to have to get involved with code if I don't have to. Thanks
again. Leon Slutzkin

"Sue Mosher [MVP-Outlook]" wrote:

Start a form region design session by putting a form into design mode, then on the Developer tab of the ribbon, choose Form Region | New Form Region. After that, it's drag and drop just like in a regular form. You will want to read the articles in Outlook developer Help on registering and deploying a form region; the process is very different from that for legacy custom forms.

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


"Leon" wrote in message ...
Can I design forms in the form regions feature in the same way as I was able
to design forms in the older Outlook versions, ie by dragging fields onto a
page, and if so how do I do this?

"Sue Mosher [MVP-Outlook]" wrote:

If your heart is set on using a date picker, you might want to explore the new forms region feature. There are some detailed articles in the developer Help, and we can help you with the specifics of setting up the region manifest once you get to that point.

Or use the legacy custom forms architecture and just type it in, using OUtlook's date shortcuts.




"Leon" wrote in message ...
Thank you for the reply Sue, I omitted to mention that I am using Outlook
2007 Professional. So if there is a way that I may design a form which I can
use to keep tabs on my clients this would be most helpful. Leon

"Sue Mosher [MVP-Outlook]" wrote:

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

"Leon" wrote in message news I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?



  #8  
Old August 2nd 07, 01:21 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Tasks

The date control does not appear in the control toolbox by default. You'll need to add them. Right-click in the toolbox and choose Custom Controls, then add the Microsoft Outlook Date control. Once you add the control to the control toolbox, you can drag it to the form region. Right-click the added control and go to its Value tab to bind it to an Outlook property.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Leon" wrote in message ...
Hi Sue, thanks for your patience. I have done that but I still can't seem to
set the properties for, say, a date field to reflect the date picker. I've
dragged a "completed date" field and a "user defined" field which I've set as
a Date/Time type but no success with the date picker. If this function is not
possible in a drag and drop or menu select type function then I'll give up. I
don't want to have to get involved with code if I don't have to. Thanks
again. Leon Slutzkin

"Sue Mosher [MVP-Outlook]" wrote:

Start a form region design session by putting a form into design mode, then on the Developer tab of the ribbon, choose Form Region | New Form Region. After that, it's drag and drop just like in a regular form. You will want to read the articles in Outlook developer Help on registering and deploying a form region; the process is very different from that for legacy custom forms.

"Leon" wrote in message ...
Can I design forms in the form regions feature in the same way as I was able
to design forms in the older Outlook versions, ie by dragging fields onto a
page, and if so how do I do this?

"Sue Mosher [MVP-Outlook]" wrote:

If your heart is set on using a date picker, you might want to explore the new forms region feature. There are some detailed articles in the developer Help, and we can help you with the specifics of setting up the region manifest once you get to that point.

Or use the legacy custom forms architecture and just type it in, using OUtlook's date shortcuts.




"Leon" wrote in message ...
Thank you for the reply Sue, I omitted to mention that I am using Outlook
2007 Professional. So if there is a way that I may design a form which I can
use to keep tabs on my clients this would be most helpful. Leon

"Sue Mosher [MVP-Outlook]" wrote:

In versions before Outlook 2007, Outlook has no date picker control available to programmers (which, by the way, is one reason why the first page of the appointment, journal, and task forms is not editable). See http://www.outlookcode.com/article.aspx?id=26 for controls you can add.

Outlook 2007 includes its own Outlook-aware date and time picker controls for use with the new form regions feature, but not with traditional custom forms.

"Leon" wrote in message news I use Tasks to keep a record of my dealings with clients. I have been trying
to design a Task form which allows me to inter alia keep a record of each
discussion. On Page 2 I've tried to set up a number of "Contact Date" fields.
I've set up each field as a Date field but I don't get a drop down pointer
which allows me to enter a date from the calendar. I have to enter the date
by typing it in. Is there a way of setting up each field to bring up the
calendar?



 




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
is it possible to link tasks in the tasks with the calendar? tasky mary Outlook - Calandaring 3 March 13th 07 12:06 AM
Printing calendar and active tasks - do not want all tasks rrupp Outlook - Calandaring 1 August 18th 06 09:36 AM
Tasks - User Defined Columns to Pocket PC Tasks??? Lovebaby Outlook - General Queries 1 July 23rd 06 09:14 PM
Tasks monica Outlook - Installation 0 June 22nd 06 07:04 PM
Tasks [email protected] Outlook - General Queries 7 June 5th 06 11:28 AM


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