-
I have a form with an adodc called AdoHeader and it uses its Caption property to show the current order #. When I try to print the form using PrintForm (duh), it only shows the adodc 'box' without its caption. Anyone out there know how to have the caption print as well?
TIA
-
I would print via windows printer menu, from the common dialog DLL, I don't remember the code off the top of my head, it's actually a command line, I'm sure you can find that code somewhere. If not, load the common dialog component, you can do it via that, but I don't like the common dialog component, it's big in size and it does the same thing as the command I mentioned above.