Go Back   Forum Care Forums > Development Reference Area > Visual Basic

Reply
 
LinkBack Thread Tools Display Modes
Print report in VB6?
Old
  (#1)
ray
Guest
 
Posts: n/a
Default Print report in VB6? - 06-04-2007, 08:54 AM

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.



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Print report in VB6?
Old
  (#2)
Miles
Guest
 
Posts: n/a
Default Re: Print report in VB6? - 06-04-2007, 08:54 AM

There is nothing really built into VB6. I think most use a 3rd party
add-on for report generation. Most common would be crystal reports. I
myself use List and Label from Combit.

ray wrote:

> 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.
>
>
>


   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Print report in VB6?
Old
  (#3)
ray
Guest
 
Posts: n/a
Default Re: Print report in VB6? - 06-04-2007, 08:54 AM

Thanks!

But I want something that can embedded to the final application, so I can
distribute my app with the report printing features to a lot of users.

Can Crystal reports let me do that?

Thanks!


"Miles" <EMAIL REMOVED> wrote in message
news:qZTzb.23680$o9.19055@fed1read07...
> There is nothing really built into VB6. I think most use a 3rd party
> add-on for report generation. Most common would be crystal reports. I
> myself use List and Label from Combit.
>
> ray wrote:
>
> > 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.
> >
> >
> >

>



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Print report in VB6?
Old
  (#4)
Norman Yuan
Guest
 
Posts: n/a
Default 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.
>
>
>



   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Print report in VB6?
Old
  (#5)
Miles
Guest
 
Posts: n/a
Default Re: Print report in VB6? - 06-04-2007, 08:54 AM



ray wrote:
> Thanks!
>
> But I want something that can embedded to the final application, so I can
> distribute my app with the report printing features to a lot of users.
>
> Can Crystal reports let me do that?
>


Yes it can. I use List and Label from Combit. A few years ago it was
the only report writer that I could p*** simple variables to it rather
than link it to a database. Forcing a report to be linked to a database
may work for some but my program doesn't get all of its data from a data
base. I am told that in more recent years variables can be p***ed
directly to Crystal reports and no database is needed. I do not know
the validity of that. List and Label works extremely well and is very easy.

   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Re: Print report in VB6?
Old
  (#6)
J French
Guest
 
Posts: n/a
Default Re: Print report in VB6? - 06-04-2007, 08:54 AM

On Fri, 05 Dec 2003 03:36:50 GMT, "ray" <EMAIL REMOVED> wrote:

>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.


Personally I would suggest that you print your report to a Text File
- with embedded formatting instructions

Then write another App that can display it on the Screen or Printer

Printing in VB is a bitch
- you only ever want to do it once
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





Contact Us - Forum Care Forums - Archive - Top