vote up 0 vote down star

Please i would want to know what kind of VB6 file that generates a report, in a VB programming?

flag
1  
Perhaps you could be more informative in your question. Are you talking about something like Crystal Reports? – Matthew Talbert Aug 18 at 17:48

3 Answers

vote up 0 vote down

this might help you: Making Reports in Visual Basic 6

link|flag
Yes, in VB6 (Pro and Enterprise at least) a new Data Report Designer was included. A basic edition of Crystal Reports was also bundled but not installed by defauilt. I think the mini-CR was retained for compatibility with prior versions of VB. KB 193336 discusses this. – Bob Riemersma Aug 18 at 21:45
vote up 0 vote down

VB6 had a basic version (should work for most needs) of the crystal reports engine in it. That is how you created reports with VB6 without 3rd party tools or creating your own.

EDIT:

Here's some links on how to use it:

http://www.vb6.us/tutorials/using-crystal-reports-vb6-tutorial http://www.vbexplorer.com/VBExplorer/vb%5Ffeature/august2000/using%5Fcrystal%5Freports.asp

link|flag
you sure vb6 come with CR? I don't remember seeing it but last time i used VB6 it's like 4 years ago... I know VB.Net do have a basic version of CR – Fredou Aug 18 at 17:55
Yes, I does. I used VB6 extensively and Crystal in it. :) – klabranche Aug 18 at 18:33
I meant to say yes, it does. :) – klabranche Aug 18 at 18:34
Wasn't it just the higher version of VB6 that provided this, like VB6 Pro? – Audioillity Aug 19 at 13:22
That's a good question. I don't remember on that one. I only used VB6 Pro so you might have something there. – klabranche Aug 19 at 13:52
vote up 0 vote down

If you are looking for an 3rd party reporting tool then i would strongly recommend Active Reports (from datadynamics). I used it in my last job, and preferred it over Crystal Reports.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.