Outlook Banter

Outlook Banter (http://www.outlookbanter.com/)
-   Outlook - Using Forms (http://www.outlookbanter.com/outlook-using-forms/)
-   -   Custom Outlook forms (http://www.outlookbanter.com/outlook-using-forms/22962-custom-outlook-forms.html)

Needy August 5th 06 05:15 PM

Custom Outlook forms
 
How do I add a command button to my custom form so that I can basically
perform a print screen of the customer form? Is it a command button that I
need?

Hollis Paul [MVP - Outlook] August 5th 06 09:59 PM

Custom Outlook forms
 
In article ,
=?Utf-8?B?TmVlZHk=?= wrote:
How do I add a command button to my custom form so that I can basically
perform a print screen of the customer form? Is it a command button that I
need?

Yes, and then you need to create the event handler in the code page, which
will look something like

subroutine controlname_click()
...
Your code goes here
...
End sub

Go to outlookcode.com and find some printing examples. Nobody likes the
default Memo form, the wysiwyg printing option isn't all that better, but the
method that offers the greatest flexibility invokes a Word Template, transfers
the Outlook data to Word fields, and prints in the foreground. There is a
page on that site that explains all this.

--
Hollis Paul
Mukilteo, WA USA




All times are GMT +1. The time now is 10:45 AM.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2006 OutlookBanter.com