another validation question

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to validate that a button was clicked before the item is sent?
i.e. I want to make sure that this function has run before sending:

Function calculate_Click()
leave()
End Function


Also, does anyone know about the built-in field validation? I validate the
length of some fields, and for some reason when you open the form and let it
sit idle for a while you get the custom message used when setting up the
field validation.
 
What's the context? Code behind a custom form? IN an Outlook add-in or VBA?

In any case, the Leave procedure needs to set a global variable value that can be checked when the user sends the item.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top