![]() |
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 created a custom form in my task folder. I like it! I just want to make a
few small changes but don't want to start over again. How do I modify my custom form? |
#2
|
|||
|
|||
![]()
In article ,
=?Utf-8?B?ZG1vbnRveWE=?= wrote: I created a custom form in my task folder. I like it! I just want to make a few small changes but don't want to start over again. How do I modify my custom form? All you do bring up a new instance of the form and do the Tools - Forms bit. I think it is the next step when you get to choose between "design this form" or "choose a form to design". Select the first choice. Now, when it comes to publishing your changes, always use Save As and choose as name such as MyForm_ver002. Putting the version number in the form name prevents all forms cache problems, and gives you a good way of saving at least three generations of the form. Use one of the utilities to change the names of the items in the old form name to the new form name plus version number. -- Hollis Paul Mukilteo, WA USA |
#3
|
|||
|
|||
![]()
I want to modify an existing form too - just add one field to a Contact
form, but whichever route I choose, whether from an open form choosing Tools/Forms/Design this Form or via the main Outlook menu Tools/Forms etc, the form I am offered is quite different from the one which is actually used and whether I change it or not, if I save it, it completely rearranges the entire layout. Any thoughts on how I can actually modify *this* form - the one that already exists - and not be given a totally different template? "Hollis Paul" wrote in message ... In article , =?Utf-8?B?ZG1vbnRveWE=?= wrote: I created a custom form in my task folder. I like it! I just want to make a few small changes but don't want to start over again. How do I modify my custom form? All you do bring up a new instance of the form and do the Tools - Forms bit. I think it is the next step when you get to choose between "design this form" or "choose a form to design". Select the first choice. Now, when it comes to publishing your changes, always use Save As and choose as name such as MyForm_ver002. Putting the version number in the form name prevents all forms cache problems, and gives you a good way of saving at least three generations of the form. Use one of the utilities to change the names of the items in the old form name to the new form name plus version number. -- Hollis Paul Mukilteo, WA USA |
#4
|
|||
|
|||
![]()
THis is normal, expected behavior. The new contact form layout in OL2003 and the included picture control are not available to programmers, who will see the older layout when they put an Outlook 2003 contact form into design mode. If you want to retain that layout, perform your customization on one of the blank customizable pages.
For other contact form idiosyncracies, see http://www.outlookcode.com/d/contactform.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 "fflei" wrote in message ... I want to modify an existing form too - just add one field to a Contact form, but whichever route I choose, whether from an open form choosing Tools/Forms/Design this Form or via the main Outlook menu Tools/Forms etc, the form I am offered is quite different from the one which is actually used and whether I change it or not, if I save it, it completely rearranges the entire layout. Any thoughts on how I can actually modify *this* form - the one that already exists - and not be given a totally different template? |
#5
|
|||
|
|||
![]()
Thanks, Sue, for the explanation. I'm glad it's one of Outlook's
idiosyncrasies not, for once, one of mine! fflei "Sue Mosher [MVP-Outlook]" wrote in message ... THis is normal, expected behavior. The new contact form layout in OL2003 and the included picture control are not available to programmers, who will see the older layout when they put an Outlook 2003 contact form into design mode. If you want to retain that layout, perform your customization on one of the blank customizable pages. For other contact form idiosyncracies, see http://www.outlookcode.com/d/contactform.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 "fflei" wrote in message ... I want to modify an existing form too - just add one field to a Contact form, but whichever route I choose, whether from an open form choosing Tools/Forms/Design this Form or via the main Outlook menu Tools/Forms etc, the form I am offered is quite different from the one which is actually used and whether I change it or not, if I save it, it completely rearranges the entire layout. Any thoughts on how I can actually modify *this* form - the one that already exists - and not be given a totally different template? |
#6
|
|||
|
|||
![]()
Hollis,
Got it, thank you! This is fun! One more question. How do I make the tab button go in the correct order? I can right click and select "Tab Order", but the dialog box lists "Label1, TextBox1, Label2, TextBox2, etc" instead of my user defined fields. Confusing... Any suggestions? Dmontoya "Hollis Paul" wrote: In article , =?Utf-8?B?ZG1vbnRveWE=?= wrote: I created a custom form in my task folder. I like it! I just want to make a few small changes but don't want to start over again. How do I modify my custom form? All you do bring up a new instance of the form and do the Tools - Forms bit. I think it is the next step when you get to choose between "design this form" or "choose a form to design". Select the first choice. Now, when it comes to publishing your changes, always use Save As and choose as name such as MyForm_ver002. Putting the version number in the form name prevents all forms cache problems, and gives you a good way of saving at least three generations of the form. Use one of the utilities to change the names of the items in the old form name to the new form name plus version number. -- Hollis Paul Mukilteo, WA USA |
#7
|
|||
|
|||
![]()
Fields don't have a tab order. Controls do. Make your job easier by changing the name of each control so that you know what field it's displaying. Do this on each control's Properties dialog.
-- 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 "dmontoya" wrote in message ... Hollis, Got it, thank you! This is fun! One more question. How do I make the tab button go in the correct order? I can right click and select "Tab Order", but the dialog box lists "Label1, TextBox1, Label2, TextBox2, etc" instead of my user defined fields. Confusing... Any suggestions? Dmontoya "Hollis Paul" wrote: In article , =?Utf-8?B?ZG1vbnRveWE=?= wrote: I created a custom form in my task folder. I like it! I just want to make a few small changes but don't want to start over again. How do I modify my custom form? All you do bring up a new instance of the form and do the Tools - Forms bit. I think it is the next step when you get to choose between "design this form" or "choose a form to design". Select the first choice. Now, when it comes to publishing your changes, always use Save As and choose as name such as MyForm_ver002. Putting the version number in the form name prevents all forms cache problems, and gives you a good way of saving at least three generations of the form. Use one of the utilities to change the names of the items in the old form name to the new form name plus version number. -- Hollis Paul Mukilteo, WA USA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Updating Existing Items with Versions of Custom Form | Shawn Barrick | Outlook - Using Forms | 2 | September 29th 06 01:01 AM |
how do I modify the message field in an outlook form ? | jackie | Outlook - Using Forms | 1 | August 17th 06 11:07 PM |
modify outlook form-appointment form | blanc | Outlook and VBA | 1 | March 24th 06 03:20 PM |
Move Contacts from an Existing Form Into a New Form | Hal | Outlook - Using Forms | 2 | March 6th 06 01:08 PM |
outlook 2000 -- new custom form, same existing contacts | CYBER23HYPER | Outlook - Using Forms | 3 | January 18th 06 08:42 PM |