![]() |
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 have successfully created vbscript which auto sets the importance
level on an Outlook custom form message when a particular item is selected in a custom combo box. However, our network security has been upgraded and VB script in outlook forms is being blocked, so my code will not run. Has anyone run into this problem? Can I work around this through a validation formula(ie IIF(cmbo1="Action",importance = 2, importance=1) |
Ads |
#2
|
|||
|
|||
![]()
A validation formula must return True if the data is "good" and False if not. No other type of formula is allowed.
What you need is a value formula on the Value tab, not a validation formula. Use the Edit button and select the field in the editor and you'll see that the name of the field needs to be in square brackets. -- 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 "ALF" wrote in message oups.com... I have successfully created vbscript which auto sets the importance level on an Outlook custom form message when a particular item is selected in a custom combo box. However, our network security has been upgraded and VB script in outlook forms is being blocked, so my code will not run. Has anyone run into this problem? Can I work around this through a validation formula(ie IIF(cmbo1="Action",importance = 2, importance=1) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Setting a custom default form | Denis Fondras | Outlook - Using Forms | 8 | September 1st 06 09:31 PM |
Setting a custom default form | Nozmo | Outlook - Using Contacts | 1 | August 15th 06 06:03 PM |
Auto number in custom task form | Paul White | Outlook - Using Forms | 1 | June 13th 06 03:19 AM |
Auto Number in a Custom Post Form | Chuck Rich | Outlook - Using Forms | 1 | February 13th 06 06:28 PM |
Setting Custom Form as Default | Amber | Outlook - Using Forms | 3 | January 27th 06 10:29 PM |