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

Custom Form Printing



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old February 27th 06, 07:11 PM posted to microsoft.public.outlook.program_forms
Francine Otterson
external usenet poster
 
Posts: 1
Default Custom Form Printing

Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook



  #2  
Old February 27th 06, 07:24 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom Form Printing

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.

--
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


"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook



  #3  
Old February 27th 06, 09:26 PM posted to microsoft.public.outlook.program_forms
Francine Otterson
external usenet poster
 
Posts: 10
Default Custom Form Printing

Hi there Sue, thanks so much I will look at it. I am sure with my background
in doing this in Access is not helping it seems to be much different in
Outlook. At least I know I am just missing something.

I do have one more question for you - if I may. I created the form but
realized that I did all the customizatio "user-defined" fields at the form
level and not folder level. Now when I created a new sub-folder the items
that are not on the form are not available under the folder level.
Preventing me from adding them to mail-merge. Any way to rectify this
easily.


"Sue Mosher [MVP-Outlook]" wrote:

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.

--
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


"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook




  #4  
Old February 27th 06, 09:59 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom Form Printing

You must add the fields to the folder, either manually or by writing a script or some VBA code that (a) creates a new post in the folder and (b) adds fields to it. Such a script is available at http://www.exchangeadmin.com/article...ticleid=23483; you don't have to register to download the code.

--
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


"Francine Otterson" wrote in message ...
Hi there Sue, thanks so much I will look at it. I am sure with my background
in doing this in Access is not helping it seems to be much different in
Outlook. At least I know I am just missing something.

I do have one more question for you - if I may. I created the form but
realized that I did all the customizatio "user-defined" fields at the form
level and not folder level. Now when I created a new sub-folder the items
that are not on the form are not available under the folder level.
Preventing me from adding them to mail-merge. Any way to rectify this
easily.


"Sue Mosher [MVP-Outlook]" wrote:

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.



"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook




  #5  
Old March 6th 06, 02:45 AM posted to microsoft.public.outlook.program_forms
Francine Otterson
external usenet poster
 
Posts: 10
Default Custom Form Printing

First thank you for your help - I am making progress and the solution of
using the Word template to do what I need does seem to be the best option.
But I am once again stuck and after trying for way too long on my own I
decided to ask for help. I did check in you book and on the newgroups. I am
sure the answer is there but I am missing it.

I used the code in Ch 22 as I a guideline but I keep getting variable not
defined for the following code. Seems the problem is Item.UserProperities.

Sub FillFields(objDoc)
Dim colFields
Set colFields = objDoc.FormFields
colFields("LabManagerName").Result = _
Item.UserProperites("Lab Manager Name")
End Sub


"Sue Mosher [MVP-Outlook]" wrote:

You must add the fields to the folder, either manually or by writing a script or some VBA code that (a) creates a new post in the folder and (b) adds fields to it. Such a script is available at http://www.exchangeadmin.com/article...ticleid=23483; you don't have to register to download the code.

--
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


"Francine Otterson" wrote in message ...
Hi there Sue, thanks so much I will look at it. I am sure with my background
in doing this in Access is not helping it seems to be much different in
Outlook. At least I know I am just missing something.

I do have one more question for you - if I may. I created the form but
realized that I did all the customizatio "user-defined" fields at the form
level and not folder level. Now when I created a new sub-folder the items
that are not on the form are not available under the folder level.
Preventing me from adding them to mail-merge. Any way to rectify this
easily.


"Sue Mosher [MVP-Outlook]" wrote:

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.



"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook





  #6  
Old March 6th 06, 02:15 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom Form Printing

Is this code running inside the Outlook form? If not, you need to instantiate an Item object variable somewhere in your code to tell Outlook what item to work with.

--
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


"Francine Otterson" wrote in message ...
First thank you for your help - I am making progress and the solution of
using the Word template to do what I need does seem to be the best option.
But I am once again stuck and after trying for way too long on my own I
decided to ask for help. I did check in you book and on the newgroups. I am
sure the answer is there but I am missing it.

I used the code in Ch 22 as I a guideline but I keep getting variable not
defined for the following code. Seems the problem is Item.UserProperities.

Sub FillFields(objDoc)
Dim colFields
Set colFields = objDoc.FormFields
colFields("LabManagerName").Result = _
Item.UserProperites("Lab Manager Name")
End Sub


"Sue Mosher [MVP-Outlook]" wrote:

You must add the fields to the folder, either manually or by writing a script or some VBA code that (a) creates a new post in the folder and (b) adds fields to it. Such a script is available at http://www.exchangeadmin.com/article...ticleid=23483; you don't have to register to download the code.

"Francine Otterson" wrote in message ...
Hi there Sue, thanks so much I will look at it. I am sure with my background
in doing this in Access is not helping it seems to be much different in
Outlook. At least I know I am just missing something.

I do have one more question for you - if I may. I created the form but
realized that I did all the customizatio "user-defined" fields at the form
level and not folder level. Now when I created a new sub-folder the items
that are not on the form are not available under the folder level.
Preventing me from adding them to mail-merge. Any way to rectify this
easily.


"Sue Mosher [MVP-Outlook]" wrote:

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.



"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook





  #7  
Old March 9th 06, 01:22 PM posted to microsoft.public.outlook.program_forms
Vaughan
external usenet poster
 
Posts: 32
Default Custom Form Printing

I notice you have a typo in " Item.UserProperites("Lab Manager Name") " (
should be " Item.UserProperties("Lab Manager Name") ". It couldn't be as
simple as that could it?


"Francine Otterson" wrote:

First thank you for your help - I am making progress and the solution of
using the Word template to do what I need does seem to be the best option.
But I am once again stuck and after trying for way too long on my own I
decided to ask for help. I did check in you book and on the newgroups. I am
sure the answer is there but I am missing it.

I used the code in Ch 22 as I a guideline but I keep getting variable not
defined for the following code. Seems the problem is Item.UserProperities.

Sub FillFields(objDoc)
Dim colFields
Set colFields = objDoc.FormFields
colFields("LabManagerName").Result = _
Item.UserProperites("Lab Manager Name")
End Sub


"Sue Mosher [MVP-Outlook]" wrote:

You must add the fields to the folder, either manually or by writing a script or some VBA code that (a) creates a new post in the folder and (b) adds fields to it. Such a script is available at http://www.exchangeadmin.com/article...ticleid=23483; you don't have to register to download the code.

--
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


"Francine Otterson" wrote in message ...
Hi there Sue, thanks so much I will look at it. I am sure with my background
in doing this in Access is not helping it seems to be much different in
Outlook. At least I know I am just missing something.

I do have one more question for you - if I may. I created the form but
realized that I did all the customizatio "user-defined" fields at the form
level and not folder level. Now when I created a new sub-folder the items
that are not on the form are not available under the folder level.
Preventing me from adding them to mail-merge. Any way to rectify this
easily.


"Sue Mosher [MVP-Outlook]" wrote:

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.



"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook





  #8  
Old March 14th 06, 07:15 PM posted to microsoft.public.outlook.program_forms
Francine Otterson
external usenet poster
 
Posts: 10
Default Custom Form Printing

Sue, I think the code below is what I need as I have created a custom from
with User Defined Fields in the Folder which is what I need. However now I
need to move the custom from to another folder. When I publish the form to
the new folder the User Defined Fields are not there once I publish it to the
new folder location. I believe the code listed below would be the option to
take or is there a better way for moving the custom form from one folder to
another without losing the user-defined from fields in the folder, which I
need in order to do to the mail merge -catalog option. Regarding the
script indicated below I looked on the page but I can not seem to locate it.

Appreciate all you do very much

Francine Otterson
Outlook MVP

"Sue Mosher [MVP-Outlook]" wrote:

You must add the fields to the folder, either manually or by writing a script or some VBA code that (a) creates a new post in the folder and (b) adds fields to it. Such a script is available at http://www.exchangeadmin.com/article...ticleid=23483; you don't have to register to download the code.

--
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


"Francine Otterson" wrote in message ...
Hi there Sue, thanks so much I will look at it. I am sure with my background
in doing this in Access is not helping it seems to be much different in
Outlook. At least I know I am just missing something.

I do have one more question for you - if I may. I created the form but
realized that I did all the customizatio "user-defined" fields at the form
level and not folder level. Now when I created a new sub-folder the items
that are not on the form are not available under the folder level.
Preventing me from adding them to mail-merge. Any way to rectify this
easily.


"Sue Mosher [MVP-Outlook]" wrote:

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.



"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook





  #9  
Old March 20th 06, 09:33 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Custom Form Printing

Ah, they've rearranged the pages again. Here's the script link: http://www.windowsitpro.com/Files/04/23483/23483.zip

Moving the form, publishing the form, etc. will have no effect on the fields defined in the folder. You must add the fields to each folder if you want to see them in the folder views.

--
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

"Francine Otterson" wrote in message ...
Sue, I think the code below is what I need as I have created a custom from
with User Defined Fields in the Folder which is what I need. However now I
need to move the custom from to another folder. When I publish the form to
the new folder the User Defined Fields are not there once I publish it to the
new folder location. I believe the code listed below would be the option to
take or is there a better way for moving the custom form from one folder to
another without losing the user-defined from fields in the folder, which I
need in order to do to the mail merge -catalog option. Regarding the
script indicated below I looked on the page but I can not seem to locate it.

Appreciate all you do very much

Francine Otterson
Outlook MVP

"Sue Mosher [MVP-Outlook]" wrote:

You must add the fields to the folder, either manually or by writing a script or some VBA code that (a) creates a new post in the folder and (b) adds fields to it. Such a script is available at http://www.exchangeadmin.com/article...ticleid=23483; you don't have to register to download the code.

--
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


"Francine Otterson" wrote in message ...
Hi there Sue, thanks so much I will look at it. I am sure with my background
in doing this in Access is not helping it seems to be much different in
Outlook. At least I know I am just missing something.

I do have one more question for you - if I may. I created the form but
realized that I did all the customizatio "user-defined" fields at the form
level and not folder level. Now when I created a new sub-folder the items
that are not on the form are not available under the folder level.
Preventing me from adding them to mail-merge. Any way to rectify this
easily.


"Sue Mosher [MVP-Outlook]" wrote:

Hi Francine! It *is* difficult, at least until you understand the technique. Outlook doesn't do WYSIWYG printing of custom forms. I always use the Word template method described at http://www.outlookcode.com/d/customprint.htm along with other various solutions.



"Francine Otterson" Francine wrote in message ...
Okay all I think I am making this more difficult then it needs to be so I
thought instead of doing that I would ask our group here for help.


Created customized form with mutliple tabs and fields.

I am trying to find the best way to print a customized contact form. The
goal is to be able to print the contact form that is selected in a predined
tempate automatically by pushing a print command button. Typically they are
going to print a single contact at a a time.

I am trying to figure out the best method to do this such as create and make
it as seemless as possible to the end-user.

Francine Otterson
MVP - Outlook





 




Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Custome form not printing when sent mduschner Outlook - Using Forms 3 February 6th 06 11:42 PM
Creating Custom Forms...Display, Headers & Printing macus Outlook - Using Forms 1 January 25th 06 03:01 PM
Custom form Melbin Outlook - Using Forms 1 January 24th 06 01:17 PM
I send an Outlook custom form, but a std. form displays? Sue Mosher [MVP-Outlook] Outlook - Using Forms 0 January 20th 06 08:41 PM
Cannot programmatically open custom message in custom form ms Outlook - Using Forms 1 January 20th 06 04:01 PM


All times are GMT +1. The time now is 11:21 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.