/ Forums / Advansys Formativ / Formativ Runtime / Macro not working for one user on PC / Reply To: Macro not working for one user on PC

#5759
Support 1a
Participant

    It looks like a problem in a recent update to the GroupWise agents. Try adding your draft message to the Work in Progress folder instead of the MailBox folder:

    Set iObjMail = GroupWise.Account.WorkFolder.messages.Add("GW.MESSAGE.MAIL", fgwDraft)

    This should work around the problem until Novell fix the issue in the agents (assuming you have less than 5000 messages in your Work in Progress folder).

    Advansys Support