WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

How can I make an action automatically make an appointment?

 
   Home -> Office -> Program Forms RSS
Next:  How do I display leading zeros?  
Author Message
Dan

External


Since: Jun 25, 2004
Posts: 368



(Msg. 1) Posted: Fri Sep 25, 2009 8:10 am
Post subject: How can I make an action automatically make an appointment?
Archived from groups: microsoft>public>outlook>program_forms (more info?)

Outlook 2003 & 2007.
I've been asked to build a custom form for my company to use for absences.

The form is based on IPM.message. The user will open the form, fill out the
necessary information (date of absence, etc...) and send to their supervisor.
Once the supervisor receives the form we want to have a custom action of
"Accept" or "Deny". If the supervisor accepts the form then we would like to
automatically enter an appointment into our shared department calendar for
the given date.

I have the form functioning for most part. My question is how I get the
action to fill in the data for the appointment. I can use the "Actions" page
on the custom form to open an appointment on the supervisor’s machine but how
do I get it to fill in any data? I've tried adding VBScript to the
"CustomAction" event, however; it never seems to fire on the supervisor’s
(read) side.

Can this be accomplished and where to look for this at?
Back to top
Login to vote
Sue Mosher [MVP]

External


Since: Mar 24, 2009
Posts: 22



(Msg. 2) Posted: Fri Sep 25, 2009 3:53 pm
Post subject: Re: How can I make an action automatically make an appointment? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Code won't run unless the form is published to the Organizational Forms
library on your Exchange server. Make sure the "send form definition with
item" box remains unchecked when publishing.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Dan" <Dan.RemoveThis@discussions.microsoft.com> wrote in message
news:D72F7440-3149-45E1-8410-52E31FDEE6AD@microsoft.com...
> Outlook 2003 & 2007.
> I've been asked to build a custom form for my company to use for absences.
>
> The form is based on IPM.message. The user will open the form, fill out
> the
> necessary information (date of absence, etc...) and send to their
> supervisor.
> Once the supervisor receives the form we want to have a custom action of
> "Accept" or "Deny". If the supervisor accepts the form then we would like
> to
> automatically enter an appointment into our shared department calendar for
> the given date.
>
> I have the form functioning for most part. My question is how I get the
> action to fill in the data for the appointment. I can use the "Actions"
> page
> on the custom form to open an appointment on the supervisor's machine but
> how
> do I get it to fill in any data? I've tried adding VBScript to the
> "CustomAction" event, however; it never seems to fire on the supervisor's
> (read) side.
>
> Can this be accomplished and where to look for this at?
>
Back to top
Login to vote
Dan

External


Since: Jun 25, 2004
Posts: 368



(Msg. 3) Posted: Fri Sep 25, 2009 3:53 pm
Post subject: Re: How can I make an action automatically make an appointment? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I'm new to working with outlook forms but have experience with programming
languages(.net, vb 6, scripts, etc...) I hit the link to your book. Does the
book cover working with Outlook in an exchange environment?

"Sue Mosher [MVP]" wrote:

> Code won't run unless the form is published to the Organizational Forms
> library on your Exchange server. Make sure the "send form definition with
> item" box remains unchecked when publishing.
>
> --
> Sue Mosher, Outlook MVP
> Author of Microsoft Outlook 2007 Programming:
> Jumpstart for Power Users and Administrators
> http://www.outlookcode.com/article.aspx?id=54
>
>
> "Dan" <Dan.DeleteThis@discussions.microsoft.com> wrote in message
> news:D72F7440-3149-45E1-8410-52E31FDEE6AD@microsoft.com...
> > Outlook 2003 & 2007.
> > I've been asked to build a custom form for my company to use for absences.
> >
> > The form is based on IPM.message. The user will open the form, fill out
> > the
> > necessary information (date of absence, etc...) and send to their
> > supervisor.
> > Once the supervisor receives the form we want to have a custom action of
> > "Accept" or "Deny". If the supervisor accepts the form then we would like
> > to
> > automatically enter an appointment into our shared department calendar for
> > the given date.
> >
> > I have the form functioning for most part. My question is how I get the
> > action to fill in the data for the appointment. I can use the "Actions"
> > page
> > on the custom form to open an appointment on the supervisor's machine but
> > how
> > do I get it to fill in any data? I've tried adding VBScript to the
> > "CustomAction" event, however; it never seems to fire on the supervisor's
> > (read) side.
> >
> > Can this be accomplished and where to look for this at?
> >
>
>
>
Back to top
Login to vote
Sue Mosher [MVP]

External


Since: Mar 24, 2009
Posts: 22



(Msg. 4) Posted: Fri Sep 25, 2009 4:51 pm
Post subject: Re: How can I make an action automatically make an appointment? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Yes. It's available for searching on Google Books. And much of the material
is also available at the http://www.outlookcode.com web site.

--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54


"Dan" <Dan RemoveThis @discussions.microsoft.com> wrote in message
news:E25B68C6-44EF-42BC-8281-49C1BDB07665@microsoft.com...
> I'm new to working with outlook forms but have experience with programming
> languages(.net, vb 6, scripts, etc...) I hit the link to your book. Does
> the
> book cover working with Outlook in an exchange environment?
>
> "Sue Mosher [MVP]" wrote:
>
>> Code won't run unless the form is published to the Organizational Forms
>> library on your Exchange server. Make sure the "send form definition with
>> item" box remains unchecked when publishing.
>>
>> "Dan" <Dan RemoveThis @discussions.microsoft.com> wrote in message
>> news:D72F7440-3149-45E1-8410-52E31FDEE6AD@microsoft.com...
>> > Outlook 2003 & 2007.
>> > I've been asked to build a custom form for my company to use for
>> > absences.
>> >
>> > The form is based on IPM.message. The user will open the form, fill out
>> > the
>> > necessary information (date of absence, etc...) and send to their
>> > supervisor.
>> > Once the supervisor receives the form we want to have a custom action
>> > of
>> > "Accept" or "Deny". If the supervisor accepts the form then we would
>> > like
>> > to
>> > automatically enter an appointment into our shared department calendar
>> > for
>> > the given date.
>> >
>> > I have the form functioning for most part. My question is how I get the
>> > action to fill in the data for the appointment. I can use the "Actions"
>> > page
>> > on the custom form to open an appointment on the supervisor's machine
>> > but
>> > how
>> > do I get it to fill in any data? I've tried adding VBScript to the
>> > "CustomAction" event, however; it never seems to fire on the
>> > supervisor's
>> > (read) side.
>> >
>> > Can this be accomplished and where to look for this at?
>> >
>>
>>
>>
Back to top
Login to vote
Display posts from previous:   
       Home -> Office -> Program Forms All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
  Office
 Office Other
 Security
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET |
  • IT Support