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

Outlook form



 
 
Thread Tools Search this Thread Display Modes
  #1  
Old April 13th 06, 11:29 AM posted to microsoft.public.outlook.program_forms
MoeJoe
external usenet poster
 
Posts: 2
Default Outlook form

Hello,
we are trying to create an outlook form where the sender can input some data
into the form and ask for an opinion. The recipient receives the form and
through the voting option can "Accept, Reject or require more info". based on
the selection, the original sender receives the initial request back with the
decision. but if the decision is to provide more info, the original sender
should receive the original form back but this time with all the control set
to Read-Only, and only enable one text box to add a comment as the required
info.
Do you have any ideas how this can be done? Any help /direction would be
appreciated.

Ads
  #2  
Old April 13th 06, 07:53 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook form

Whether it's practical to do at all with Outlook forms depends on details you didn't include in your description: Are you using Exchange as your mail server? If so, do you have permission to publish custom forms to the Organizational Forms library. The answer to both questions needs to be Yes.

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

"MoeJoe" wrote in message ...
Hello,
we are trying to create an outlook form where the sender can input some data
into the form and ask for an opinion. The recipient receives the form and
through the voting option can "Accept, Reject or require more info". based on
the selection, the original sender receives the initial request back with the
decision. but if the decision is to provide more info, the original sender
should receive the original form back but this time with all the control set
to Read-Only, and only enable one text box to add a comment as the required
info.
Do you have any ideas how this can be done? Any help /direction would be
appreciated.

  #3  
Old April 15th 06, 02:01 AM posted to microsoft.public.outlook.program_forms
MoeJoe
external usenet poster
 
Posts: 2
Default Outlook form

Hey Sue,
The answer yes to both questions.
Thanx

"Sue Mosher [MVP-Outlook]" wrote:

Whether it's practical to do at all with Outlook forms depends on details you didn't include in your description: Are you using Exchange as your mail server? If so, do you have permission to publish custom forms to the Organizational Forms library. The answer to both questions needs to be Yes.

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

"MoeJoe" wrote in message ...
Hello,
we are trying to create an outlook form where the sender can input some data
into the form and ask for an opinion. The recipient receives the form and
through the voting option can "Accept, Reject or require more info". based on
the selection, the original sender receives the initial request back with the
decision. but if the decision is to provide more info, the original sender
should receive the original form back but this time with all the control set
to Read-Only, and only enable one text box to add a comment as the required
info.
Do you have any ideas how this can be done? Any help /direction would be
appreciated.


  #4  
Old April 19th 06, 02:54 AM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default Outlook form

In that case, you will be able to have published forms that can run code for all recipients. Code is going to be required to handle your voting button scenario, specifically in the Item_CustomAction event handler to handle the CustomAction event, which is discussed in detail in VBA Help. You will need to add a custom property to the form to store its "state" -- i.e. information about how you want the UI to look. Then the Item_Open event will enable/disable controls on the read layout of the returned item that meet the requirements of that state.

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

"MoeJoe" wrote in message ...
Hey Sue,
The answer yes to both questions.
Thanx

"Sue Mosher [MVP-Outlook]" wrote:

Whether it's practical to do at all with Outlook forms depends on details you didn't include in your description: Are you using Exchange as your mail server? If so, do you have permission to publish custom forms to the Organizational Forms library. The answer to both questions needs to be Yes.



"MoeJoe" wrote in message ...
Hello,
we are trying to create an outlook form where the sender can input some data
into the form and ask for an opinion. The recipient receives the form and
through the voting option can "Accept, Reject or require more info". based on
the selection, the original sender receives the initial request back with the
decision. but if the decision is to provide more info, the original sender
should receive the original form back but this time with all the control set
to Read-Only, and only enable one text box to add a comment as the required
info.
Do you have any ideas how this can be done? Any help /direction would be
appreciated.


 




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
Outlook program, outlook form, local webpage form & Excel Junoon Outlook and VBA 1 April 3rd 06 07:45 AM
modify outlook form-appointment form blanc Outlook and VBA 1 March 24th 06 04:20 PM
OL2003 - can you auto-fill a singel new contact form with online form data TimR Outlook - Using Contacts 1 February 15th 06 02:43 PM
Outlook opens Form as Email message, not Form [email protected] Outlook - General Queries 2 January 26th 06 10:54 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


All times are GMT +1. The time now is 07:05 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.