Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Creating reports in VB6

 
   Database Help (Home) -> Visual Basic RSS
Related Topics:
sql query returns in wrong format - Hi, Hope someone can help me with this. I have MS SQL 2000 database where i have Table and there a column wich is data type All data in this column is in form So why when i run .asp page with simple query to..

arrays - is there a way to the contents of an array (looping through the array) and storing each item in a comma delimited string? Thanks!

DataReport PageBreak - Hi everyone, I would like to know how to force pagebreak in a for example after 5 records printed. Thank you all

Possible Use of a Cursor - I have a complex query that I hope I can explain it well enough for everyone to I have a table that contains for work Contained in the table are these are groupings of machining

Scroll Bars - Is there a way to find the size of on a system using Visual Basic 6.0? I know how to look and change them on the display but I don't know how to access that from within Visual Basic.
Next:  Visual Basic: Using ODBC datas source on .Net Server  
Author Message
user2811

External


Since: Jan 10, 2005
Posts: 1



(Msg. 1) Posted: Wed Feb 16, 2005 9:52 am
Post subject: Creating reports in VB6
Archived from groups: comp>lang>basic>visual>database (more info?)

Hi All

Please can you advise on the best way to create reports in VB6, my
application is linked to a MySQL database. I want to create a Purchase
Order Report from a query linking 4 different tables what is the
easiest way to do this.

Cheers

 >> Stay informed about: Creating reports in VB6 
Back to top
Login to vote
Michael B. Johnson

External


Since: May 14, 2004
Posts: 16



(Msg. 2) Posted: Wed Feb 16, 2005 1:26 pm
Post subject: Re: Creating reports in VB6 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 16 Feb 2005 08:52:44 -0800, simon.gadsby.DeleteThis@gmail.com wrote:

 >Please can you advise on the best way to create reports in VB6, my
 >application is linked to a MySQL database. I want to create a Purchase
 >Order Report from a query linking 4 different tables what is the
 >easiest way to do this.

I don't know what the /best/ way to do this would be.

The easiest way I know of, would be to buy a 3rd party reporting tool.

Some raw VB ideas are
* use a RichTextBox to preview with,
* use a Picture control to draw each page,
* export to HTML/CSS or XML/XSL and have the browser handle the
printing
* export the data to another application using OLE
automation/importing where it can be printed.

Hope this helps!
_______________________
Michael B. Johnson<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Creating reports in VB6 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> Visual Basic All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]