PC Review


Reply
Thread Tools Rate Thread

Custom Appointments Form

 
 
Tony Starr
Guest
Posts: n/a
 
      8th Mar 2005
Hi All,

I have create a new calendar folder that I want to use to keep track of the
projects that I work on during the day. I would like to create a custom form
that would allow me to record the following information:

Project Name
Task
Start Date
Start Time
End Date
End Time
Duration
Chargeable?

I initially thought that I could copy and modify the existing Appointments
form but from everything I have read on the web this is not possible to
copy the fields on this form. I am an experienced Access and Excel
programmer but have no idea about Outlook. I am sure that someone has done
something like this before so rather than reinventing the wheel I was hoping
someone could point me in the right direction as to where to find something
that might meet my needs or give me some pointers as to how to complete this
task.

Ideally the Start Date & Time and End Date & Time would be dropdown boxes
that work in the same manner as those on the Appointment form. It would be
nice but not necessary if the Project Name could be a dropdown box that
could show a list of previously used Project Names but still allow new ones
to be added. The Task field could be a simple text box but it would be
better if it was a drop down box showing a list of tasks already used that
relate to the selected project.

If anyone could point me in the direction of some sample to look at or give
me a few pointers as to how to achieve this I would be very appreciative. I
am using Outlook xp but can upgrade to 2003 if that makes any difference.

Many thanks
Tony Starr


 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      8th Mar 2005
Outlook itself does not include any date picker control (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/d/datepick.htm for controls
you can add.

You probably can live without it if you take full advantage of the
"intellidate" functionality available on date fields. You can also leave the
main page as-is and just add your custom fields like the project drop-down
to a custom page.

See http://www.outlookcode.com/codedetail.aspx?id=461 for sample code to
save a new value from a combo box list to a local file on the user's system
and reload the values into the combo box when the form opens.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Tony Starr" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi All,
>
> I have create a new calendar folder that I want to use to keep track of
> the projects that I work on during the day. I would like to create a
> custom form that would allow me to record the following information:
>
> Project Name
> Task
> Start Date
> Start Time
> End Date
> End Time
> Duration
> Chargeable?
>
> I initially thought that I could copy and modify the existing Appointments
> form but from everything I have read on the web this is not possible to
> copy the fields on this form. I am an experienced Access and Excel
> programmer but have no idea about Outlook. I am sure that someone has done
> something like this before so rather than reinventing the wheel I was
> hoping someone could point me in the right direction as to where to find
> something that might meet my needs or give me some pointers as to how to
> complete this task.
>
> Ideally the Start Date & Time and End Date & Time would be dropdown boxes
> that work in the same manner as those on the Appointment form. It would be
> nice but not necessary if the Project Name could be a dropdown box that
> could show a list of previously used Project Names but still allow new
> ones to be added. The Task field could be a simple text box but it would
> be better if it was a drop down box showing a list of tasks already used
> that relate to the selected project.
>
> If anyone could point me in the direction of some sample to look at or
> give me a few pointers as to how to achieve this I would be very
> appreciative. I am using Outlook xp but can upgrade to 2003 if that makes
> any difference.
>
> Many thanks
> Tony Starr
>
>



 
Reply With Quote
 
Tony Starr
Guest
Posts: n/a
 
      10th Mar 2005
Hi Sue,

Thank you for you reply. I was hoping to be able to put it all on one form
to make it quick and easy to use. I think I might start from scratch and do
build an app in vb that will do everything I want rather than something half
baked in outlook.

So close but yet so far.

Thanks again.
Tony

"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
news:%23WR$(E-Mail Removed)...
> Outlook itself does not include any date picker control (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/d/datepick.htm
> for controls you can add.
>
> You probably can live without it if you take full advantage of the
> "intellidate" functionality available on date fields. You can also leave
> the main page as-is and just add your custom fields like the project
> drop-down to a custom page.
>
> See http://www.outlookcode.com/codedetail.aspx?id=461 for sample code to
> save a new value from a combo box list to a local file on the user's
> system and reload the values into the combo box when the form opens.
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Tony Starr" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi All,
>>
>> I have create a new calendar folder that I want to use to keep track of
>> the projects that I work on during the day. I would like to create a
>> custom form that would allow me to record the following information:
>>
>> Project Name
>> Task
>> Start Date
>> Start Time
>> End Date
>> End Time
>> Duration
>> Chargeable?
>>
>> I initially thought that I could copy and modify the existing
>> Appointments form but from everything I have read on the web this is not
>> possible to copy the fields on this form. I am an experienced Access and
>> Excel programmer but have no idea about Outlook. I am sure that someone
>> has done something like this before so rather than reinventing the wheel
>> I was hoping someone could point me in the right direction as to where to
>> find something that might meet my needs or give me some pointers as to
>> how to complete this task.
>>
>> Ideally the Start Date & Time and End Date & Time would be dropdown boxes
>> that work in the same manner as those on the Appointment form. It would
>> be nice but not necessary if the Project Name could be a dropdown box
>> that could show a list of previously used Project Names but still allow
>> new ones to be added. The Task field could be a simple text box but it
>> would be better if it was a drop down box showing a list of tasks already
>> used that relate to the selected project.
>>
>> If anyone could point me in the direction of some sample to look at or
>> give me a few pointers as to how to achieve this I would be very
>> appreciative. I am using Outlook xp but can upgrade to 2003 if that makes
>> any difference.
>>
>> Many thanks
>> Tony Starr
>>
>>

>
>



 
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
Separate Custom Form For Meeting Requests And Appointments Dave Kennedy Microsoft Outlook Form Programming 3 15th Jan 2009 08:39 PM
Re: Separate Custom Form For Meeting Requests And Appointments Ken Slovak - [MVP - Outlook] Microsoft Outlook Form Programming 0 15th Jan 2009 06:59 PM
Separate Custom Form For Meeting Requests And Appointments Dave Kennedy Microsoft Outlook Calendar 1 15th Jan 2009 06:11 PM
Custom Calendar Form not showing up in old appointments crsanders Microsoft Outlook Form Programming 4 31st Jul 2008 02:42 PM
Past appointments don't use custom form Borat Microsoft Outlook Form Programming 1 24th Sep 2007 12:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:47 AM.