Setting REad Page when forwarding form

R

RD

I have created a custom form with a separate compose and
read page. The form has many controls on it. The
purpose is for the user to enter in their inputs and send
the form to an approver. Once the form is approved the
approver has to forward the form to someone else. The
problem arises that when the user forwards the form, they
get the custom form (compose page) rather than the read
page with the message.... Once the form is sent, I want
to continually send the read page.

ANy help would be greatly appreciated.

Thanks...
RD
 
S

Sue Mosher [MVP]

A forwarded item is a new item and will always show the Compose page. One
possible approach is to include code in the Item_Forward event handler that
shows a different page that resembles the Read layout.
 
R

RD

I tried putting code in the item_forward event, however
it did not trigger. Not quite sure why...

RD
 
S

Sue Mosher [MVP]

If code doesn't run, that most likely indicates the form is a one-off. You
would need to make sure you're using a published form and remove any
potential one-off causes. See
http://www.slipstick.com/dev/formpub.htm#oneoff.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
R

RD

I will attempt to remove all oneoff causes. Is there a
way to set the displayed message to the read page in the
forward event??
 
S

Sue Mosher [MVP]

No. As I said before, the forward item is a new item and, therefore, always
shows the Compose layout.
--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top