Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reports in win98

Status
Not open for further replies.

leetprog

Programmer
Jan 27, 2004
12
BE
Hello,
I'm trying to run my reports on a computer with windows98. I've developped an application that shows all kinds of reports, using a "report viewer" control.

I've allready installed the dotNet framework 1.1 on the win98 computer, but now my application needs to run besides the windows app also the reports! For that I need to install a version of a Crystal reports engine. I've allready searched the internet for this tool, with still no results... I also tried to install VS.NET on the computer but it can't be done because of the operating system.
Can anyone help?

thx....
 
the error my application returns is: "Cannot find Keycode2.dll, or invalid keycode"
 
You need to upgrade your Windows before using the .NET framework.

Sounds like you may need to install Crystal Reports on that machine.

If the report is ran on a server, exported to a .pdf file,
and then sent to the user, would this help?

What version of Crystal are you using?
 
Hi, i'm using CR9. I got the solution. I added a setup project to my existing one and I added 4 merge modules, found in the "C:\Program Files\Common Files\Merge Modules" folder.
Then I had to fill in the product license key and now it works!
I didn't had to install Crystal reports on the other computer because the merge moduls took care of that.

GRTZ!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top