Click to See Complete Forum and Search --> : How do I get a checkbox to print out on paper?


February 10th, 2000, 02:47 PM
How do I get a checkbox control to print out on paper and look like it does on the form (like a square with/without a check in it)? I'm not using printform, I'm using printer.print etc. When I try printer.print checkboxname, it just prints out the value (0 or 1).

Weasel
February 10th, 2000, 03:51 PM
When you just use a checkboxes name anywhere, vb replaces it with the value of the default member, in this case value. You'd need to print out a screen shot probably.