Hi, can you guys please tell me how I can print a screenshot of a form?
I am linking to a database and I want to print the form with the names of fields etc...
Cheers

Recommended Answers

All 5 Replies

I'm pretty sure you can do a:

form1.print

or it might be printform form1 (it's also possible that it's form1.printform).
Either way, one of those will definately print the form :)

Sorry, when i say print, i mean output to a printer.
soz

So do I. The method (maybe it's printform) prints the form to the printer.

So do I. The method (maybe it's printform) prints the form to the printer.

Thanks, I used the

Private Sub mnuprint_Click
frm1.PrintForm
End Sub

and that worked fine.
Cheers.

Hy! I`ve tried your method with frm1.printForm, and didn't work! I have a forma let`s say that is forma_start, and a function from toolbox PrintDocument1, and i want to print the form. How can i do this.. plz an answer!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.