Now I have my form pretty much how I want it, how do I change the order in
which the fields (top to bottom) are printed. I have the form laid out in
order, tab order is right but when I print it, it isn't how I laid it out.
Hollis D. Paul - 02 Nov 2004 18:48 GMT
> Now I have my form pretty much how I want it, how do I change the order in
> which the fields (top to bottom) are printed. I have the form laid out in
> order, tab order is right but when I print it, it isn't how I laid it out.
If you are not using XPrint to do a WYSIWYG print of the form, then you have
to use Word to do your printing. In code, you create a new word document,
attach the template you have created, transfer the field data, then print it
in the foreground, finally close the word document, and then the Outlook
item. I am sure that if you search www.slipstick.com you will find code to
set-up all this.
Hollis D. Paul [MVP - Outlook]
Hollis@outhousebythesound.com
Using Virtual Access 4.52 build 277 (32-bit), Windows 2000 build 2600
http://search.support.microsoft.com/kb/c.asp?FR=0&SD=TECH&LN=EN-US
Mukilteo, WA USA
Sue Mosher [MVP-Outlook] - 02 Nov 2004 18:52 GMT
See http://www.outlookcode.com/d/customprint.htm for various solutions to
the limitation that Outlook forms don't support WYSIWYG printing. The Word
template technique is the most flexible and highly recommended.

Signature
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> Now I have my form pretty much how I want it, how do I change the order in
> which the fields (top to bottom) are printed. I have the form laid out in
> order, tab order is right but when I print it, it isn't how I laid it out.