Printing the "Form"

B

BMS

I have created a helpdesk form with chkboxes. As with
other VBA projects, is it possible to print "as form" so
I can see what the user checked, rather than the list of
the available checkboxes printed out with a -1 or 0 as
the True and False.
 
B

BMS

Thanks! I used this and it works good, except the
portion of the form I created for free form text for the
user to describe their problem doesn't print out. I
noticed the properties for that field don't show a
checkbox for "Include this field in Printing and Save As"

How can I get that textbox to print? Thanks!!
 
S

Sue Mosher [MVP-Outlook]

You didn't say what printing method you're using.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
B

BMS

I am using XPrint. Is that what you mean? Otherwise, I
just print to my default printer by clicking the printer
icon (???) Thanks!
 
S

Sue Mosher [MVP-Outlook]

You're running up against a limitation of XPrint, one documented on the page
I originally suggested. The workaround is to set a custom field to the value
of the Message or Notes field, in other words, to the body of the item.

I never recommend XPrint and usually use the Word template printing method
in my form projects.

--
Sue Mosher, Outlook MVP
Author of
Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 

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