Re: Form wont close on other's Pc's

Tech-Archive recommends: Fix windows errors by optimizing your registry



What is the value of the MessageClass property on the received item?

If you're using a custom action, you need to use the CustomAction event handler, not the Reply event handler.

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

"Stormflagflying" <terry.parker@xxxxxxxxxxxxxxxxxx> wrote in message news:1161707318.094820.138080@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sue

Organisational Forms Library, so I choose the Form, email it, and then
the internal customer will hit the reply button which will email it
back to me.

Sue Mosher [MVP-Outlook] wrote:
Where is the form published?

"Stormflagflying" <terry.parker@xxxxxxxxxxxxxxxxxx> wrote in message news:1161702288.984510.220700@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have created a Survey Form for my internal customers to respond to by
clicking in a check box and entering a bit of free text. This Form is
emailed from Me to the customer, they fill it in and "Reply" using
the "Action name (reply) which puts a menu item on the toolbar. When
I send myself the Form it works fine - but when I send it to my
customer they can fill it in ok and send it but it doesn't shut the
Form down or run the "thank you message" (see code below). The Form
is not "one offed" and there are no other code snippets floating
around. I have cleared the cache and I am not sending the Form
definition with it. I don't understand why the "Function
Item_Reply" works for me but not for others.

NB - Item.Close(1) does not work either.

Thanks in advance.

Code below:-

Function Item_Reply(ByVal Response)

Set FormPage = Item.GetInspector.ModifiedFormPages("Message")
Msgbox "Thank you for your Feedback"

Set objInsp = Item.GetInspector
objInsp.Close 1


End Function


.


Quantcast