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

Tags: , , , ,

Designing A Form And Making Changes Later?





 
 
Thread Tools Display Modes
  #1  
Old June 19th 07, 05:49 PM posted to microsoft.public.outlook.program_forms
steve
external usenet poster
 
Posts: 245
Default Designing A Form And Making Changes Later?

Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!
Ads
  #2  
Old June 19th 07, 06:29 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Designing A Form And Making Changes Later?

Yes, that's very common. You'll put the form into design mode, add the fields and controls to display them, ensuring that the fields are listed on the All Fields page under User-defined Fields in This Item (this is critical). Then increment the version number and republish the form using the same message class as the original form.

Terminology note: "move to all of the forms" should be "move to all of the items." There is only one form -- the published template. What contain the data are individual items stored in Outlook folders.

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


"Steve" wrote in message ...
Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!

  #3  
Old June 19th 07, 06:31 PM posted to microsoft.public.outlook.program_forms
Eric Legault [MVP - Outlook]
external usenet poster
 
Posts: 817
Default Designing A Form And Making Changes Later?

Yes, that's essentially how custom forms work. Any item that is based on the
custom form's message class (eg. IPM.Contact.Client) will always load the
latest published version of your form design when you open it. You can even
convert regular Contacts to use your custom form by changing its message
class from IPM.Contact to IPM.Contact.Client using a simple VBA procedure.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Steve" wrote:

Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!

  #4  
Old June 19th 07, 06:36 PM posted to microsoft.public.outlook.program_forms
steve
external usenet poster
 
Posts: 245
Default Designing A Form And Making Changes Later?

Eric-

Makes perfect sense, however, I added contacts and saved them. This morning
I just updated the form, and add the contacts still have the old version of
the form displaying when I open them. ?? why do you think this is?

Only newly added contacts display the new form...

"Eric Legault [MVP - Outlook]" wrote:

Yes, that's essentially how custom forms work. Any item that is based on the
custom form's message class (eg. IPM.Contact.Client) will always load the
latest published version of your form design when you open it. You can even
convert regular Contacts to use your custom form by changing its message
class from IPM.Contact to IPM.Contact.Client using a simple VBA procedure.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Steve" wrote:

Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!

  #5  
Old June 19th 07, 06:51 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Designing A Form And Making Changes Later?

Did you publish the form using the same message class? Can affected users create new items using the same form? Does the Help | About This Form dialog show the old or the new form version number?

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


"Steve" wrote in message ...
Eric-

Makes perfect sense, however, I added contacts and saved them. This morning
I just updated the form, and add the contacts still have the old version of
the form displaying when I open them. ?? why do you think this is?

Only newly added contacts display the new form...

"Eric Legault [MVP - Outlook]" wrote:

Yes, that's essentially how custom forms work. Any item that is based on the
custom form's message class (eg. IPM.Contact.Client) will always load the
latest published version of your form design when you open it. You can even
convert regular Contacts to use your custom form by changing its message
class from IPM.Contact to IPM.Contact.Client using a simple VBA procedure.

--
Eric Legault - Outlook MVP, MCDBA, MCTS (SharePoint programming, etc.)
Try Picture Attachments Wizard for Outlook:
http://www.collaborativeinnovations.ca
Blog: http://blogs.officezealot.com/legault/


"Steve" wrote:

Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!

  #6  
Old June 19th 07, 07:03 PM posted to microsoft.public.outlook.program_forms
steve
external usenet poster
 
Posts: 245
Default Designing A Form And Making Changes Later?

Not sure what you mean by: "Then increment the version number and republish
the form using the same message class as the original form."

Can you please clearify? thanks so much!

"Sue Mosher [MVP-Outlook]" wrote:

Yes, that's very common. You'll put the form into design mode, add the fields and controls to display them, ensuring that the fields are listed on the All Fields page under User-defined Fields in This Item (this is critical). Then increment the version number and republish the form using the same message class as the original form.

Terminology note: "move to all of the forms" should be "move to all of the items." There is only one form -- the published template. What contain the data are individual items stored in Outlook folders.

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


"Steve" wrote in message ...
Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!


  #7  
Old June 19th 07, 08:07 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Designing A Form And Making Changes Later?

In design mode, look on the (Properties) page. There is a box on the right to enter a version number. Changing the version number each time you publish the form can help you troubleshoot problems later.

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


"Steve" wrote in message ...
Not sure what you mean by: "Then increment the version number and republish
the form using the same message class as the original form."

Can you please clearify? thanks so much!

"Sue Mosher [MVP-Outlook]" wrote:

Yes, that's very common. You'll put the form into design mode, add the fields and controls to display them, ensuring that the fields are listed on the All Fields page under User-defined Fields in This Item (this is critical). Then increment the version number and republish the form using the same message class as the original form.

Terminology note: "move to all of the forms" should be "move to all of the items." There is only one form -- the published template. What contain the data are individual items stored in Outlook folders.




"Steve" wrote in message ...
Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!


  #8  
Old June 19th 07, 08:25 PM posted to microsoft.public.outlook.program_forms
steve
external usenet poster
 
Posts: 245
Default Designing A Form And Making Changes Later?

awesome thanks again!

"Sue Mosher [MVP-Outlook]" wrote:

In design mode, look on the (Properties) page. There is a box on the right to enter a version number. Changing the version number each time you publish the form can help you troubleshoot problems later.

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


"Steve" wrote in message ...
Not sure what you mean by: "Then increment the version number and republish
the form using the same message class as the original form."

Can you please clearify? thanks so much!

"Sue Mosher [MVP-Outlook]" wrote:

Yes, that's very common. You'll put the form into design mode, add the fields and controls to display them, ensuring that the fields are listed on the All Fields page under User-defined Fields in This Item (this is critical). Then increment the version number and republish the form using the same message class as the original form.

Terminology note: "move to all of the forms" should be "move to all of the items." There is only one form -- the published template. What contain the data are individual items stored in Outlook folders.




"Steve" wrote in message ...
Using Outlook 2003 Small Business Edt.

A Contact form has been designed, and it is now going to be in use for
contacts. I think we may be running into a problem. Can we build our client
database with this form, save the clients, etc, and later on down the road
add fields to a blank form (the same one that has been created) and have the
changes/added fields move to all of the forms?

please help if you can, thanks!


  #9  
Old June 22nd 07, 06:07 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 228
Default Designing A Form And Making Changes Later?

In article ,
=?Utf-8?B?U3RldmU=?= wrote:
Makes perfect sense, however, I added contacts and saved them. This morning
I just updated the form, and add the contacts still have the old version of
the form displaying when I open them. ?? why do you think this is?

Only newly added contacts display the new form...

In truth, what we have learned in the past is that the only way to guarantee
that you will coerce the file management system to get the latest form design
is to include the version number in the form name. So, you should always use
the "publish as" button and use a form name in the following format:
MyForm_VerNNNN. Yes, you do have to manage the burgeoning list of form
versions in the Exchange Forms Library, but, like the Mounties, you always get
your man. Do you design in small steps, publish as each step, and keep at
least 3 generations because the next step could always blow up in your face.

--
Hollis Paul
Mukilteo, WA USA


 




Thread Tools
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
Adding Tabs While Designing A Form steve Outlook - Using Forms 4 June 12th 07 10:24 PM
Designing New Form Figure It Out Outlook - Using Forms 0 May 23rd 07 05:04 PM
designing a form jackie Outlook - Using Forms 1 February 15th 07 11:59 PM
Designing an Outlook Form with ComboBox erfast Outlook - Using Forms 1 May 27th 06 03:20 PM
designing a form in Outlook and Then changing it donald Outlook - Using Forms 0 January 11th 06 05:48 PM


All times are GMT +1. The time now is 03:16 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2008 Outlook Banter, part of the NewsgroupBanter project.
The comments are property of their posters.
Credit Card - Credit Card - Internet Advertising - Remortgages - Free Credit Report