Printing

  • Thread starter Thread starter John C
  • Start date Start date
J

John C

Hi all,

Is there a way of creating a procedure (passing a couple of parameters) to
print either a short note or the contents from a (hidden) form. Both options
should be able to print the value of the passed parameters.

Please explain how to implement this.
Thanks a lot for any help.
John
 
Not easily. The browser is designed to print what you see in the browser
window. To print something else, you would have to write a custom ActiveX
control.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
Hi Kevin,

Thanks very much for your reply.
Is there any way of doing this with a pre-visible form? Thus jumping from
anywhere to a form from where you can print a copy to the printer?

Thanks a lot for your help.
John.
 
Again, the browser can only print what you see.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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

Back
Top