![]() |
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
|
|||
|
|||
![]()
I'm creating a vacation and trade request form based on the message form.
The trade request portion has a drop down box for Name1 and a dropdown box for Name2. I want the 1st employee to send the form to the employee they are trading with, get approval of some sort in the body then have that 2nd employee send the form on to the vacation approver (supervisor). My problem is that twofold. One when the mail is sent to the 2nd person for approval they see my "Read page" options that I use to approve or deny the request which isn't ideal. Not a real deal breaker but just not desiraable either. Question 1: Is there a way to get the read page to only display when viewed by the email address used by the vacation approval supervisor? Second issue is that after I send the email back to the employee's with the approval or denial of their request (which is done from read reply prompts/values) the person who recieves the email can change those value boxes to their hearts content. Question #2 Is there a way to "freeze" the options I have entered in the read reply after I send it back to an employee? Thanks for any help. |
Ads |
#2
|
|||
|
|||
![]()
Question 1: Is there a way to get the read page to only display when viewed
by the email address used by the vacation approval supervisor? Wrong question. The right question would be, "Is there a way to get certain controls on the read page to display only when viewed ..."? The key concept here is state management. If you track what "state" the item is in (original, on its way to 2nd person, at final approver, etc.), you can use code in the Item_Open event handler to show/hide the controls you want to be visible for that state. Question #2 Is there a way to "freeze" the options I have entered in the read reply after I send it back to an employee? The same technique would apply. -- 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 "JohnG" wrote in message ... I'm creating a vacation and trade request form based on the message form. The trade request portion has a drop down box for Name1 and a dropdown box for Name2. I want the 1st employee to send the form to the employee they are trading with, get approval of some sort in the body then have that 2nd employee send the form on to the vacation approver (supervisor). My problem is that twofold. One when the mail is sent to the 2nd person for approval they see my "Read page" options that I use to approve or deny the request which isn't ideal. Not a real deal breaker but just not desiraable either. Question 1: Is there a way to get the read page to only display when viewed by the email address used by the vacation approval supervisor? Second issue is that after I send the email back to the employee's with the approval or denial of their request (which is done from read reply prompts/values) the person who recieves the email can change those value boxes to their hearts content. Question #2 Is there a way to "freeze" the options I have entered in the read reply after I send it back to an employee? Thanks for any help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
auto reply when read | Win | Outlook - General Queries | 4 | April 29th 06 01:57 AM |
How can I check/read/reply to email from my networked laptop? | Wendy | Outlook Express | 8 | March 13th 06 12:51 AM |
Reply address always defaults to exchange address | Lanwench [MVP - Exchange] | Outlook - General Queries | 1 | March 6th 06 03:27 PM |
I cant write/reply or forward email, or open calen, can ONLY read | laura | Outlook - Installation | 3 | February 27th 06 08:55 PM |
autosave the email address when replying? | Randy | Outlook - Using Contacts | 0 | January 19th 06 02:09 AM |