Re: Organisational Forms Library
- From: "Sue Mosher [MVP-Outlook]" <suemvp@xxxxxxxxxxxxxxx>
- Date: Wed, 18 Oct 2006 20:06:19 -0400
Do I need to rename the function that
is created to the "SendFeedback?
Sorry, but I don't understand the question. What function are you referring to? The CustomAction event handler is a Sub. THis is adapted from Help:
Sub Item_CustomAction(ByVal Action, ByVal Response)
Select Case Action.Name
Case "Link Original"
Response.Subject = "Changed by VB Script"
Case Else
End Select
End Sub
Response is the response item that the action creates. Action is the name of the action.
--
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:1161207972.863385.78150@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
SueAs a result of this I have had a rethink about the
Yes you right - I have created a new Action and changed the
Characteristic of the new Form "address form like a "response"
and called it "Send Feedback". I hadn't made the link in my
thinking that this was the "Item_CustomeAction event handler, but
will now drop the code into it. Do I need to rename the function that
is created to the "SendFeedback?
Thanks
Sue Mosher [MVP-Outlook] wrote:
I'm not sure I follow. Is Respond the name of a custom action? If so, then you'd put your code in the Item_CustomAction event handler.
"Stormflagflying" <terry.parker@xxxxxxxxxxxxxxxxxx> wrote in message news:1161199670.693423.301190@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
solution and have decided to totally remove the Command Button and
invoke the "Respond" action placing the default button on the
toolbar. This works fine and I get my completed Form back in my Inbox,
however the problem that now exists is that the Form does not close on
the Users Pc. I have tacked on a message box inviting the User to Close
the Form manually but they then get the message saying that the Form
has to be saved as it has been changed (which it has by ticking the
boxes). Can you advise me of the best way to get this Form closed down.
I know I can use the Item.Close(0) but I'm not sure where in the
Event Script this would need to go. (if indeed this is the best way to
do this).
.
- References:
- Organisational Forms Library
- From: Stormflagflying
- Re: Organisational Forms Library
- From: Sue Mosher [MVP-Outlook]
- Re: Organisational Forms Library
- From: Stormflagflying
- Re: Organisational Forms Library
- From: Stormflagflying
- Re: Organisational Forms Library
- From: Stormflagflying
- Re: Organisational Forms Library
- From: Sue Mosher [MVP-Outlook]
- Re: Organisational Forms Library
- From: Stormflagflying
- Re: Organisational Forms Library
- From: Sue Mosher [MVP-Outlook]
- Re: Organisational Forms Library
- From: Stormflagflying
- Organisational Forms Library
- Prev by Date: Re: Organisational Forms Library
- Next by Date: Outlook custom form message body
- Previous by thread: Re: Organisational Forms Library
- Next by thread: Re: Organisational Forms Library
- Index(es):
Loading