Outlook Task programming question.

R

ringrim

Hello,

I have recently created an outlook task with 5 custom boxes. In the
properties of these boxes i have selected that a value must be entered.
However, employees can ASSIGN the task without having to put any information
in said boxes. What kind of formula must i write so that a custom task
cannot be assigned unless it is properly filled out.

Any help would be GREATLY appreciated.

Thanks
Rob Ingrim
 
H

Hollis Paul

What kind of formula must i write so that a custom task
cannot be assigned unless it is properly filled out.
What you really need to do is put code in the write event handler that
will test for an allowed value in the control and if the test fails,
then sets the write event handler returned value to false. But it is
also a good idea to pop up a message box saying which control fails the
test, or you will have people chasing you down with knives in both
hands, because your damned form will not close. Be very careful how
you implement this, your life may depend on it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top