Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

is there a way to create reports in visual basic of so how?

0 views
Skip to first unread message

Gaz

unread,
Dec 3, 2002, 3:41:36 AM12/3/02
to
Hi i am creating a front end to a database in visual basic and i wnat
to be able to create a report that i can print out just like in
access, is there any methods or options in visual basic 6 that allow
this. Or can i export the data to a word document?
IF anyone has any ideas that could allow me to print out a details ona
form just like an invoice please could you tell me

Cheers

Gaz

Norsk IT

unread,
Dec 3, 2002, 7:29:00 AM12/3/02
to
If you use a "preprossessor" in VB who takes the tables from Access and
regenerate it in to a "report" in Access and then make a "macro" in Access
who print the "report"
then you just haveto have a button who "triggers" it all.
Regards
Ragnar

"Gaz" <gonko...@freeuk.com> wrote in message
news:24cc4785.0212...@posting.google.com...

the Wiz

unread,
Dec 3, 2002, 7:14:28 PM12/3/02
to
gonko...@freeuk.com (Gaz) wrote:

If you're willing to do the work, you can use CurrentX and CurrentY to locate
things on the page and Printer.Print to do the printing. Just remember to use
Printer.EndDoc to end the page.


VB3 source code: http://thelabwiz.home.mindspring.com/vbsource.html
VB6 source code: http://thelabwiz.home.mindspring.com/vb6source.html
VB6 - MySQL how to: http://thelabwiz.home.mindspring.com/mysql.html
Fix the obvious to reply by email.

Gaz

unread,
Dec 5, 2002, 5:20:36 AM12/5/02
to
cheers all done and working beautifully :)
0 new messages