Home All Groups Group Topic Archive Search About
Author
2 May 2006 7:22 PM
Pascal
Hello
I would wish to print on a sheet with the A4 format forty calculations which
would be generated by the computer. (I had to create a program in vb6 who
did that thanks to an additional component called nifprint here With vb 2005
express , I do not know, by what to start to carry out such a print. I know
how to create calculations, but how to store them for then printing them?
what do need I : which control do i have to use for, then, using the new
print controls (previewing and C°) offer in vb 2005 ?
Thanks for giving me a guide line.


Author
2 May 2006 8:07 PM
Chris
Pascal wrote:
> Hello
> I would wish to print on a sheet with the A4 format forty calculations which
> would be generated by the computer. (I had to create a program in vb6 who
> did that thanks to an additional component called nifprint here With vb 2005
> express , I do not know, by what to start to carry out such a print. I know
> how to create calculations, but how to store them for then printing them?
> what do need I : which control do i have to use for, then, using the new
> print controls (previewing and C°) offer in vb 2005 ?
> Thanks for giving me a guide line.
>

Couple ways.  You can research the print document object or look at
using crystal reports to do the printing for you.

Chris