Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB6.0 Reports
Name: venkat Date: January 21, 2003 at 03:25:43 Pacific OS: Windows 2000 CPU/Ram: 256
Comment:
I am developing simple VB application with MS Access as database. I want to generate simple reports(which can be printed) from VB without using third party components like Crystal Reports etc. 1. What are all default reporting options available in VB6.0? 2. Is it possible to draw a graphs in Excel sheet from VB? If yes then how?
Name: BelAnWel Date: January 22, 2003 at 18:33:14 Pacific
Reply:
1. u could use VB6's Data Environment and Data Report Form. this is just like the reports in Access. there is a sample program you could study in MSDN, it uses the northwind database as an example.
2. yes it is possible to use excel for graph through vb, although i'm still new to it. if haven't searched for any examples on MSDN coz the version we have in school is different from the one i'm used to (MSDN for VB6, when it was released). u could try searching for it, though.
the best way to find out how to do something is to use the help system that comes with any programming language. search for the topic or the closet to your topic then see if they have examples. u could also search the web for source codes. if all else fails use this site, there alot of good programmers here that have posted good replies complete with source code (not like me :))
Summary: Right now I am working for a company that has a VB6.0 front end installed on various machines. The code uses data reports and the data environment. The problem that I am having is that when the dat...
Summary: I have created a Data Report using Data Environment in VB6.0. I would like to add a column to the report that will print serial number from 1,2,3,4,5.... in each line. Can any one help me in this ...
Summary: hi i have designed report using crystal report 10. i am using access as database. i have selected crystal report & crystal activex reportviewer component . i ve placed both on form. i ve written follo...