TASKS / CUSTOMIZING FORMS/ COMMAND TOOLBOX

  • Thread starter Thread starter burak
  • Start date Start date
B

burak

Dear All,


I want to modify TASK REQUEST form. I can design the form but how to command it?

COMBO BOX; I tried to do a combobox with "customers". But how can OUTLOOK will find these "customers". I mean there should be database, and outlook will offer when we click the box.

I could not undertsand how to customize the forms....

Totally collapsed, please help me.
 
Are you able to publish forms to the Organizational Forms library on your
Exchange Server? If not, your chances of getting a custom task request form
to work are very slim. Even if you can, task forms are quirky; see
http://www.outlookcode.com/article.aspx?id=60

Other comments inline.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook Programming: Jumpstart
for Administrators, Power Users, and Developers




burak said:
I want to modify TASK REQUEST form. I can design the form but how to command it?

By "how to command it," do you mean how to launch the form? Publish it to
the Organizational Forms library, then use the Tools | Forms | Choose Form
command.
COMBO BOX; I tried to do a combobox with "customers". But how can OUTLOOK will find these "customers". I mean there should be database, and outlook will offer when we click the box.

You have to write VBScript code behind the form to fill the combo box rows
from the appropriate data source. See
http://www.outlookcode.com/article.aspx?ID=32.
 
Back
Top