![]() |
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've got to check out wether it's possible to vhange the default layout of
the new appointment in outlook 2000, 2003. What I want is, when I open the calendar i.e in oullok 2003 and click new appointment. I get up a default form where I can adjust time and so on. I want to insert a new checkbox under the all day event checkbox so when this is checked I need to update the subject field with a default text I want to insert. Is this possible? Can this be deployed to an exchange server? Can this be done only by using VBA? Does anyone know where I can get examples for how to do this....? I've programmed VBA in excel for many years, but when changing to outlook it seems like it's very painfull. Ole |
Ads |
#2
|
|||
|
|||
![]()
The pages that you see in the standard appointment form cannot be customized. All customization on the appointment form must take place on the P.2 - P.5 pages. See http://www.outlookcode.com/d/appointmentform.thm
VBA has nothing to do with Outlook custom forms, which use VBScript as their "code behind" language. -- 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 "Hot James" wrote in message ... I've got to check out wether it's possible to vhange the default layout of the new appointment in outlook 2000, 2003. What I want is, when I open the calendar i.e in oullok 2003 and click new appointment. I get up a default form where I can adjust time and so on. I want to insert a new checkbox under the all day event checkbox so when this is checked I need to update the subject field with a default text I want to insert. Is this possible? Can this be deployed to an exchange server? Can this be done only by using VBA? Does anyone know where I can get examples for how to do this....? I've programmed VBA in excel for many years, but when changing to outlook it seems like it's very painfull. Ole |
#3
|
|||
|
|||
![]()
Custom Outlook forms are customized versions of the standard forms in most
cases. You cannot change that main page in an appointment form, you'd have to copy everything to one of the P.x tabs and the date/time controls used by Outlook aren't exposed to the programmer. You have to use 3rd party controls. Outlook forms are not coded in VBA, they are coded in VBScript. See www.outlookcode.com for lots of examples of customizing forms, publishing them and replacing the default forms with customized ones. -- Ken Slovak [MVP - Outlook] http://www.slovaktech.com Author: Absolute Beginner's Guide to Microsoft Office Outlook 2003 Reminder Manager, Extended Reminders, Attachment Options http://www.slovaktech.com/products.htm "Hot James" wrote in message ... I've got to check out wether it's possible to vhange the default layout of the new appointment in outlook 2000, 2003. What I want is, when I open the calendar i.e in oullok 2003 and click new appointment. I get up a default form where I can adjust time and so on. I want to insert a new checkbox under the all day event checkbox so when this is checked I need to update the subject field with a default text I want to insert. Is this possible? Can this be deployed to an exchange server? Can this be done only by using VBA? Does anyone know where I can get examples for how to do this....? I've programmed VBA in excel for many years, but when changing to outlook it seems like it's very painfull. Ole |
#4
|
|||
|
|||
![]()
So what you say is that it's impossible to apply a checkbox into the default
appointment form? I have to build another one and use 3rd party controls to make the time controls as they default are made? Funny, in Lotus Notes this is fairly simple, but in outlook it seems impossible for the normal man on the street. Ole |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Changing Appointment times with CDO | [email protected] | Outlook and VBA | 5 | April 3rd 06 04:30 PM |
Changing display and layout settings | Ash | Outlook - Installation | 1 | February 15th 06 07:57 PM |
Question about Changing Default Outlook Form | ChrisB | Outlook - Using Forms | 1 | February 9th 06 08:47 PM |
How can I change the default attachment view from Reading Layout? | Carl Bell | Outlook - Installation | 1 | February 1st 06 05:04 PM |
Changing the default name order | Danny J | Outlook - Using Contacts | 1 | January 8th 06 10:53 PM |