![]() |
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
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 |