Custom Form Receipt Errors

  • Thread starter Jesslyn Hendrix
  • Start date
J

Jesslyn Hendrix

I have a few custom forms that have been working fine in our enterprise on
Outlook XP. THey were all re-published to the Organizational Library using
Outlook 2003 when we upgraded Outlook, but now the code does not seem to be
executing after the form has been sent. We are running Outlook 2003 SP1,
Office XP SP3. Any suggestions? Is there a problem with custom forms now
that they want you to use InfoPath? I plan on implementing the remainder of
Office 2003 later this year, but for now I really need to fix this issue.
 
S

Sue Mosher [MVP-Outlook]

Tell us more about whta kind of forms these are and how they're used -- particularly where the data items are stored.
 
J

Jesslyn Hendrix

The form looks for a database on a network drive and pulls the recipient
from there. There is no problem with any of the code when the user creates
and sends the form. When the recipient opens the form, it is supposed to
check to see if the form is sent

if oitem.sent = true then...

However, the code in the Open Event is NOT running when the recipient gets
the form and opens it. I have combined the Compose & Read pages and
manipulate the functionality of the form by using the above statement.



Tell us more about whta kind of forms these are and how they're used --
particularly where the data items are stored.
 
S

Sue Mosher [MVP-Outlook]

Where is the form published?

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

Jesslyn Hendrix

Organizational Library in Exchange

Where is the form published?

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

Sue Mosher [MVP-Outlook]

What about the state of the Send Form Definition with Item box on the (Properties) page? It should not be checked.

--
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