Link to home
Start Free TrialLog in
Avatar of SSC2004
SSC2004

asked on

VB 6 datareports, search, navigate and toolbar functions

I have created a report in VB6 using VB's datareport designer. I am converting reports from Crystal due to various deployment issues with Crystal. There are two functions which I had with the Crystal versions that I cannot do now.


1) Some reports are very long. I would like the user to be able to search for desired text  when viewing the report -after- the report is created.

2) I would like to move the paging control which automatically appears at the bottom of the form to the top.

Are either of these possible with VB's datareport?

Thanks
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

It is really not a good idea to convert to DataReport. It doesn't have half the features CR has.

You better fix your deployment issues or use another report engine (see www.datadynamics.com)
Avatar of SSC2004
SSC2004

ASKER

I can live without the features. Does it have any known bugs of serious consequence?

I have to deploy to all kinds of unknown platforms/configurations and have run into several issues already where crystal and microsoft products are not compatible with each other under this or that version/circumstance and I cannot anticipate and test for all that may pop up. Am not in any position to dictate to the customer about what he ought to have.

ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of SSC2004

ASKER

Up to date on service packs.

Considering upgrade to .net. How big a deal to convert a vb6 application? Does it have better  datareport?
VS.Net 2003 has a new version of Crystal Reports which is great and easier to deploy.

I don't recommend converting a complete application from VB6 to .Net. I suggest a rewrite because a conversion using the tool provided doesn't use the new controls and the new language features like OO.