Re:Outlook 2003 - Before send automation
Simple validation can be done on the Properties dialog for each control. =
You'll find a Validation tab there. The alternative is to write VBScript =
code behind the form and publish it.=20
FYI, there is a newsgroup specifically for Outlook forms issues "down =
the hall" at microsoft.public.outlook.program_forms or, via web =
interface, at =
http://www.microsoft.com/office/community/en-us/default.mspx?dg=3Dmicroso=
ft.public.outlook.program_forms
--=20
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for=20
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
=20
"paredondo" <paredondo@discussions.microsoft.com>wrote in message =
Quote
Hi,
=20
I have a template form already created and in use. However the =
template has=20
several fields that must have have to be filled.=20
=20
I cannot find a way to validate those fields, when I press the send =
button.=20
If for some reason, one or another field is not filled, the user must =
be=20
notified for the need to fill the specified fields.
=20
So basicly, what I would need is some kind of automation implemented =
and=20
embbed in the template (since it is used by several users inside a =
corporate=20
net), in order to validate the template fields, before sending the =
e-mail.
=20
Thanks,
Pedro Redondo
-