| Re: Print report in VB6? -
06-04-2007, 08:54 AM
VB comes with a report tool: Data Report. If you do not see it from
"Project" menu, click menu "Project->Components", then in "Components"
dialog box, click "Designers" tab, check "Data Report".
It is very easy to use, but can only produce simple, plain reports. If you
want your report to look very professional, you may have to use Crystal
report, MS Access, or other third party tool (of course, you/your clients
have to pay for that).
"ray" <EMAIL REMOVED> wrote in message
news:m3Tzb.111255$EMAIL REMOVED ble.rogers.com...
> Hi,
>
> I'm new in VB and is there any report generator in VB6 that I can use to
> formatted report for my records set in VB6? Or I have to write the code
line
> by line for the data to print out?
>
> Thanks for the help.
>
>
> |