Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Forms
Code to clear certain fields in Outlook Form
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Delnang, post: 4842469"] Sue - Thank you!!! I'll remember that...VBScript not JScript. I think I have one last question. The VBScript I have now is as follows: Function Item_Send() Const olCc = 2 Set objRecip = Item.Recipients.Add (Item.UserProperties("ManagerEmployeeNumber2")) If objRecip.Resolve Then objRecip.Type = olcc Else MsgBox "Manager Employee Number is not valid, blank or contains the ""e"". Please enter a valid employee number." Item_Send = False objRecip.Delete Item.UserProperties("EmployeeNumber")= "" End If End Function What is happening now, is that I can enter a valid Employee Number, but all other fields (except the Memo field) is locked (won't let me backspace or highlight/edit). If I were to click in the Memo field then one of the other fields, I can edit their content. Is there a way the fields can be editible without having to click the Memo field first? Angie [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Outlook Newsgroups
Outlook Program Forms
Code to clear certain fields in Outlook Form
Top