PC Review


Reply
Thread Tools Rate Thread

Custom Form Receipt Errors

 
 
Jesslyn Hendrix
Guest
Posts: n/a
 
      6th Jun 2005
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.


 
Reply With Quote
 
 
 
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      7th Jun 2005
Tell us more about whta kind of forms these are and how they're used -- particularly where the data items are stored.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jesslyn Hendrix" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
>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.
>
>

 
Reply With Quote
 
Jesslyn Hendrix
Guest
Posts: n/a
 
      7th Jun 2005
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.



"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
Tell us more about whta kind of forms these are and how they're used --
particularly where the data items are stored.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jesslyn Hendrix" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
>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.
>
>



 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      7th Jun 2005
Where is the form published?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jesslyn Hendrix" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> 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.
>
>
>
> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> Tell us more about whta kind of forms these are and how they're used --
> particularly where the data items are stored.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Jesslyn Hendrix" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>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.
>>
>>

>
>

 
Reply With Quote
 
Jesslyn Hendrix
Guest
Posts: n/a
 
      8th Jun 2005
Organizational Library in Exchange

"Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
Where is the form published?

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx


"Jesslyn Hendrix" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>
>
>
> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> Tell us more about whta kind of forms these are and how they're used --
> particularly where the data items are stored.
>
> --
> Sue Mosher, Outlook MVP
> Author of
> Microsoft Outlook Programming - Jumpstart for
> Administrators, Power Users, and Developers
> http://www.outlookcode.com/jumpstart.aspx
>
>
> "Jesslyn Hendrix" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>>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.
>>
>>

>
>



 
Reply With Quote
 
Sue Mosher [MVP-Outlook]
Guest
Posts: n/a
 
      8th Jun 2005
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
http://www.outlookcode.com/jumpstart.aspx


"Jesslyn Hendrix" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
> Organizational Library in Exchange
>
> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> Where is the form published?


>
> "Jesslyn Hendrix" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> 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.
>>
>>
>>
>> "Sue Mosher [MVP-Outlook]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>> Tell us more about whta kind of forms these are and how they're used --
>> particularly where the data items are stored.
>>
>> --
>> Sue Mosher, Outlook MVP
>> Author of
>> Microsoft Outlook Programming - Jumpstart for
>> Administrators, Power Users, and Developers
>> http://www.outlookcode.com/jumpstart.aspx
>>
>>
>> "Jesslyn Hendrix" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>>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.
>>>
>>>

>>
>>

>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Outlook Custom Form Mapi logon hangs, no errors Options ken_wilsonii@hotmail.com Microsoft Outlook Discussion 1 23rd Jan 2008 01:50 AM
Is there any way to create a receipt Form? =?Utf-8?B?TGlnaHRQaGVvbml4MDQ=?= Microsoft Access Forms 1 19th Sep 2006 02:38 AM
Cannot get into custom form due to data errors. Trent Microsoft Outlook Form Programming 3 31st Mar 2005 02:41 PM
Read Receipt button and forwarding custom forms Ianiv Eisenscher Microsoft Outlook Form Programming 1 4th Aug 2004 03:05 PM
Mini Problem: A custom mail-form create a custom task-form Christoph Sbach Microsoft Outlook Form Programming 4 5th Nov 2003 05:31 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:56 PM.