Foward button on modified Memo Form does not create w/ new Form

  • I’ve been tasked to enhance the R6 standard mail template. I decided to derive a class from CoreEmailClasses, which has been working beautifully, until yesterday.- I noticed that when I forwarded a message, my functionality did not appear. So I ran this in the debugger, and when I click the Forward button, the QueryOpen event clearly shows that it’s instantiating the old UIMemoDocument object, instead of my new one. It just as clearly indicates “Memo (Form)” as the current element in the debugger’s drop-down list.

  • Anybody have any idea why it’s using the old, unmodified Memo form for the forward message, when that form doesn’t even exist any longer? Better yet, anyone have any ideas how to FIX it? (wink)

  • Thanks for your time…

Subject: SOLVED: Foward button on modified Memo Form does not create w/ new Form…

  • This was Operator Headspace. I was testing using a delgated account, and the Formula on the Forward Action clearly shows that it picks the Memo form from the current mail database in that case. That would be my account’s (unmodified) R6 mail database, not the test account’s (modified) mail database. Switched IDs to the test account and poof!! Works like a charm. Magic!!