M
Maruthi Balmuri
Hi All,
I have an issue with Outlook Custom Form. We are using this custom for
Performance Evaluation.
If you are working in an evaluation form and leave it open to send or reply
to an email, when you
return to the evaluation and save it, it creates two copies of the
evaluation instead of one. Here is
the code.
'----------- SAVING A COPY TO THE EVAL 2003 FOLDER UNDER THE INBOX ________
On Error Resume Next
Item.Subject = LastName&", "&FirstName&" "& MI & " ("&JobTitle&")"
Item.Save
EvalSaveCheck.Value = "Saved"
Set objSavedCopy = Item.Copy
objSavedCopy.Move Eval2003Folder
On Error GoTo 0
Item.Close(1)
Any idea what is the problem. I need this fix ASAP.
Please respond ASAP if you know what causing this problem.
Thanks..Maruthi
I have an issue with Outlook Custom Form. We are using this custom for
Performance Evaluation.
If you are working in an evaluation form and leave it open to send or reply
to an email, when you
return to the evaluation and save it, it creates two copies of the
evaluation instead of one. Here is
the code.
'----------- SAVING A COPY TO THE EVAL 2003 FOLDER UNDER THE INBOX ________
On Error Resume Next
Item.Subject = LastName&", "&FirstName&" "& MI & " ("&JobTitle&")"
Item.Save
EvalSaveCheck.Value = "Saved"
Set objSavedCopy = Item.Copy
objSavedCopy.Move Eval2003Folder
On Error GoTo 0
Item.Close(1)
Any idea what is the problem. I need this fix ASAP.
Please respond ASAP if you know what causing this problem.
Thanks..Maruthi