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

Creating Internal forms



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old March 21st 07, 10:20 PM posted to microsoft.public.outlook.program_forms
Kevin Porter
external usenet poster
 
Posts: 7
Default Creating Internal forms

I am trying to create a form that a user fills out. Sends it to their
supervisor. the supervisor then finishes the form (its a Time Off request
sheet, he as to approve it), then he is able to send it to the HR department.

Everyone who uses the form will be using Outlook in an exchange environment.

I created a form that looks the same in both the compose and read pages.
But when I fill out the form in the compose and send it, the receiver just
gets the blank form.

How do I connect the fields from the compose page to fields on the read page?
Ads
  #2  
Old March 21st 07, 10:25 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Creating Internal forms

Use the Value tab on each control's Properties dialog to bind each control to the correct Outlook field. You need to publish the form to the Organizational Forms library, with the "Send form definition with item" box unchecked.

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

"Kevin Porter" wrote in message news
I am trying to create a form that a user fills out. Sends it to their
supervisor. the supervisor then finishes the form (its a Time Off request
sheet, he as to approve it), then he is able to send it to the HR department.

Everyone who uses the form will be using Outlook in an exchange environment.

I created a form that looks the same in both the compose and read pages.
But when I fill out the form in the compose and send it, the receiver just
gets the blank form.

How do I connect the fields from the compose page to fields on the read page?

  #3  
Old March 21st 07, 10:53 PM posted to microsoft.public.outlook.program_forms
Kevin Porter
external usenet poster
 
Posts: 7
Default Creating Internal forms

Thank you for yoour lightning response.

"Sue Mosher [MVP-Outlook]" wrote:

Use the Value tab on each control's Properties dialog to bind each control to the correct Outlook field. You need to publish the form to the Organizational Forms library, with the "Send form definition with item" box unchecked.

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

"Kevin Porter" wrote in message news
I am trying to create a form that a user fills out. Sends it to their
supervisor. the supervisor then finishes the form (its a Time Off request
sheet, he as to approve it), then he is able to send it to the HR department.

Everyone who uses the form will be using Outlook in an exchange environment.

I created a form that looks the same in both the compose and read pages.
But when I fill out the form in the compose and send it, the receiver just
gets the blank form.

How do I connect the fields from the compose page to fields on the read page?


  #4  
Old March 22nd 07, 04:19 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Creating Internal forms

In article ,
=?Utf-8?B?S2V2aW4gUG9ydGVy?= wrote:
I created a form that looks the same in both the compose and read pages.
But when I fill out the form in the compose and send it, the receiver just
gets the blank form.

How do I connect the fields from the compose page to fields on the read page?

For future use, you avoid all these problems by not using a split form design.
Make sure, before you design any controls that the form is not split into
compose and read forms. Uncheck the box on the forms menu that says to use
separate forms. If the form is not split, then anything you see in the compose
form, will be visible in the read form.

If you do want to use a split form, the design all the common elements in
unsplit form mode, and the add the unique elements to each form afterwards.
That way the values in the common controls will auto-load from the compose to
the read form.
--
Hollis Paul
Mukilteo, WA USA


  #5  
Old March 22nd 07, 09:59 PM posted to microsoft.public.outlook.program_forms
Kevin Porter
external usenet poster
 
Posts: 7
Default Creating Internal forms

Thanks I did not know I could do that. I changed the setting on my current
form. Now I just have to figure out how to give myself permission to publish
to OFL.



"Hollis Paul" wrote:

In article ,
=?Utf-8?B?S2V2aW4gUG9ydGVy?= wrote:
I created a form that looks the same in both the compose and read pages.
But when I fill out the form in the compose and send it, the receiver just
gets the blank form.

How do I connect the fields from the compose page to fields on the read page?

For future use, you avoid all these problems by not using a split form design.
Make sure, before you design any controls that the form is not split into
compose and read forms. Uncheck the box on the forms menu that says to use
separate forms. If the form is not split, then anything you see in the compose
form, will be visible in the read form.

If you do want to use a split form, the design all the common elements in
unsplit form mode, and the add the unique elements to each form afterwards.
That way the values in the common controls will auto-load from the compose to
the read form.
--
Hollis Paul
Mukilteo, WA USA



  #6  
Old March 23rd 07, 11:57 PM posted to microsoft.public.outlook.program_forms
Hollis Paul
external usenet poster
 
Posts: 242
Default Creating Internal forms

In article ,
=?Utf-8?B?S2V2aW4gUG9ydGVy?= wrote:
Thanks I did not know I could do that. I changed the setting on my current
form. Now I just have to figure out how to give myself permission to publish
to OFL.

The Exchange Administrator is supposed to do that. If that is you, then you
need to search the Exchange admin help file for Organizational Forms Library,
and you will find the details of how to create the file and how to set
permissions for it.

--
Hollis Paul
Mukilteo, WA USA


 




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
Tutorial: Creating and distributing custom forms with Outlook DRVMODSS Outlook - Using Forms 1 December 21st 06 04:03 PM
Importing Custom Fields & Creating Forms Simon Outlook - Using Forms 1 October 27th 06 01:38 PM
Creating Organizational Forms Library & Publish Forms akafrog18 Outlook - Using Forms 1 August 1st 06 05:26 PM
Need Help Creating 4 custom contact forms in Outlook nbrown Outlook - Using Forms 0 May 30th 06 06:27 PM
Creating Custom Forms...Display, Headers & Printing macus Outlook - Using Forms 1 January 25th 06 03:01 PM


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


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.