![]() |
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. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
I am needing to create a customized version of the appointment form for a
calendar in Outlook, but when I select the Appointment form from the Design a form menu, it opens but I can't edit the form. I can create customized versions of the other forms (the contact and message form for example), but I can't edit the appointment form. Also, upon further inspection, I can't edit the Journal Entry or Task forms, either. Is there a reason for this? Can it be overridden? Is there another approach I can take with this? I am using Outlook 2003 on Windows XP Professional. Any help would be greatly appreciated! Theresa |
Ads |
#2
|
|||
|
|||
![]()
You will not be able to edit any form page that contains a date/time picker, because that control is private to Outlook and not available to developers. Perform your customizations on the P.2-P.5 pages instead. See http://www.outlookcode.com/d/appointmentform.htm
-- 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/jumpstart.aspx "Theresa Smallwood" wrote in message ... I am needing to create a customized version of the appointment form for a calendar in Outlook, but when I select the Appointment form from the Design a form menu, it opens but I can't edit the form. I can create customized versions of the other forms (the contact and message form for example), but I can't edit the appointment form. Also, upon further inspection, I can't edit the Journal Entry or Task forms, either. Is there a reason for this? Can it be overridden? Is there another approach I can take with this? I am using Outlook 2003 on Windows XP Professional. Any help would be greatly appreciated! Theresa |
#3
|
|||
|
|||
![]()
I'm working on a custom appointment form and I can't seem to find where to
hide the first tab. Thanks for the link to your site, it's exactly what I was looking for. -Tom "Sue Mosher [MVP-Outlook]" wrote: You will not be able to edit any form page that contains a date/time picker, because that control is private to Outlook and not available to developers. Perform your customizations on the P.2-P.5 pages instead. See http://www.outlookcode.com/d/appointmentform.htm -- 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/jumpstart.aspx "Theresa Smallwood" wrote in message ... I am needing to create a customized version of the appointment form for a calendar in Outlook, but when I select the Appointment form from the Design a form menu, it opens but I can't edit the form. I can create customized versions of the other forms (the contact and message form for example), but I can't edit the appointment form. Also, upon further inspection, I can't edit the Journal Entry or Task forms, either. Is there a reason for this? Can it be overridden? Is there another approach I can take with this? I am using Outlook 2003 on Windows XP Professional. Any help would be greatly appreciated! Theresa |
#4
|
|||
|
|||
![]()
Form | Display This Page
-- 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/jumpstart.aspx "Tom" wrote in message ... I'm working on a custom appointment form and I can't seem to find where to hide the first tab. |
#5
|
|||
|
|||
![]()
Thank you, I accidentally came across it after posting this message. Now
that the default Appointment is hidden, I'm receiving an error that a required field needs to be completed before saving the appointment. I believe the required field is in the hidden default Appointment page. Is there a work-around for this? Thanks again, Tom "Sue Mosher [MVP-Outlook]" wrote: Form | Display This Page -- 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/jumpstart.aspx "Tom" wrote in message ... I'm working on a custom appointment form and I can't seem to find where to hide the first tab. |
#6
|
|||
|
|||
![]()
Did you set validation on any fields? Did you provide controls for the user to set Start and End, which are required?
-- 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/jumpstart.aspx "Tom" wrote in message ... Thank you, I accidentally came across it after posting this message. Now that the default Appointment is hidden, I'm receiving an error that a required field needs to be completed before saving the appointment. I believe the required field is in the hidden default Appointment page. Is there a work-around for this? |
#7
|
|||
|
|||
![]()
I did include the option to set Start and End.
"Sue Mosher [MVP-Outlook]" wrote: Did you set validation on any fields? Did you provide controls for the user to set Start and End, which are required? -- 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/jumpstart.aspx "Tom" wrote in message ... Thank you, I accidentally came across it after posting this message. Now that the default Appointment is hidden, I'm receiving an error that a required field needs to be completed before saving the appointment. I believe the required field is in the hidden default Appointment page. Is there a work-around for this? |
#8
|
|||
|
|||
![]()
For troubleshooting, try displaying the All Fields page. That will let you see all the property values and set them. AFAIK, Start and End are the only ones required, so you will want to start by checking those on All Fields.
You didn't answer my question about validation. -- 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/jumpstart.aspx "Tom" wrote in message ... I did include the option to set Start and End. "Sue Mosher [MVP-Outlook]" wrote: Did you set validation on any fields? Did you provide controls for the user to set Start and End, which are required? "Tom" wrote in message ... Thank you, I accidentally came across it after posting this message. Now that the default Appointment is hidden, I'm receiving an error that a required field needs to be completed before saving the appointment. I believe the required field is in the hidden default Appointment page. Is there a work-around for this? |
#9
|
|||
|
|||
![]()
I didn't set validation on any fields that I'm aware of. I'll take a look at
the Start and End fields again. Does the book explain how to create custom drop-down menus on the forms? I'd like to write a small script to add five selectable items in the Location box. Thank you, Tom "Sue Mosher [MVP-Outlook]" wrote: For troubleshooting, try displaying the All Fields page. That will let you see all the property values and set them. AFAIK, Start and End are the only ones required, so you will want to start by checking those on All Fields. You didn't answer my question about validation. -- 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/jumpstart.aspx "Tom" wrote in message ... I did include the option to set Start and End. "Sue Mosher [MVP-Outlook]" wrote: Did you set validation on any fields? Did you provide controls for the user to set Start and End, which are required? "Tom" wrote in message ... Thank you, I accidentally came across it after posting this message. Now that the default Appointment is hidden, I'm receiving an error that a required field needs to be completed before saving the appointment. I believe the required field is in the hidden default Appointment page. Is there a work-around for this? |
#10
|
|||
|
|||
![]()
I didn't set validation on any fields that I'm aware of. I'll take a look at
the Start and End fields again. Does the book explain how to create custom drop-down menus on the forms? I'd like to write a small script to add five selectable items in the Location box. Menus? Custom forms don't have menus. Menus have to be created at the application level, in an add-in. Drop-down list on a form? See http://www.outlookcode.com/d/formcontrols.htm#listcombo (and yes, it's in the book, too) Location box? The list that Outlook displays is controlled by a binary-format registry value. You can't add to the list. -- Sue Mosher, Outlook MVP "Sue Mosher [MVP-Outlook]" wrote: For troubleshooting, try displaying the All Fields page. That will let you see all the property values and set them. AFAIK, Start and End are the only ones required, so you will want to start by checking those on All Fields. You didn't answer my question about validation. -- 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/jumpstart.aspx "Tom" wrote in message ... I did include the option to set Start and End. "Sue Mosher [MVP-Outlook]" wrote: Did you set validation on any fields? Did you provide controls for the user to set Start and End, which are required? "Tom" wrote in message ... Thank you, I accidentally came across it after posting this message. Now that the default Appointment is hidden, I'm receiving an error that a required field needs to be completed before saving the appointment. I believe the required field is in the hidden default Appointment page. Is there a work-around for this? |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Emailing a contact vCard with custom form loses all custom info | Kim | Outlook - Using Contacts | 7 | April 27th 06 01:21 AM |
How to access custom field in Custom Form by C# | Minh Nguyen | Outlook - Using Forms | 3 | April 24th 06 04:32 PM |
Creating new appointment & setting its properties | dim4x4 | Outlook and VBA | 9 | February 3rd 06 07:23 PM |
Creating new appointment & setting its properties | dim4x4 | Outlook - Using Contacts | 2 | February 1st 06 07:10 PM |
Cannot programmatically open custom message in custom form | ms | Outlook - Using Forms | 1 | January 20th 06 04:01 PM |