Showing posts with label vb60. Show all posts
Showing posts with label vb60. Show all posts

Tuesday, March 20, 2012

crystal reports 7.0 with vb6.0

hello

How i run vb application using a crystal report on any other machine on which crytsal report isn ot installed ?

how can we embedd crystal report in visual basic to make trake ur reports.. ?

Is it possible that we make a crystal report in Crystal report and direct call it on the setup time when other computer not contain crystal report..?

What is the run Time dll required for crystal Report in our application....???

please help me .. if some one know about the process , please alos let me know... thank you

ankur bhatnagarIf you have referenced the crytal reports in your project, then just make a setup of the project and install it in other systems that do not have crystal reports.

The setup will take care of installing the DLLs and OCXs required for crytal reports to run on the system.

Crystl32.OCX is the OCX file for the crystal report control
crviewer.dll is the dll for crystal viewer

Monday, March 19, 2012

Crystal report setup using Package and Deployment Wizard of VB6.0

Hi
I am working on Visual Basic 6.0 and I've use crystal report 9.2 for report printnig.
But when I made the setup using Package and Deployment Wizard.
While installing the setup in the client's machine setup gives error -
An error occured while registering these files...
crtslv.dll
exportModeller.dll
filedialog.dll
crqe.dll

Due to which my report does not show up. when I call my report system gives error - "Load report failed"

Please help.

PuneetInclude these dlls while making setup.|||I've tried that. I've addid these file while making setup but invane its still not working.

Actually the prob is when I run setup on the win 98 machine it gives error
"An error occured while registering these files..."
even after the inclusion of these files while making the setup.

Now what should I do.|||It seems the dll is corrupted

Sunday, March 11, 2012

Crystal report printing at multiple printers through VB6.0

Hello,
I already sent my problem. But, i didn't get any solution. So, i am sending it again.
I want to print a report in multiple printers in networking. How is it possible through VB6.0?
Please help me.
Regards,
RajasekharYou should be able to make a cycle for each printer you have,
and then print the report to that printer...
If using default, you could set in the cycle each printer as default
and print, then step to next printer...

Thursday, March 8, 2012

Crystal Report 8.5 ,VB6.0 -incorrect session parameters

Environment
VB6.0
Crystal Report 8.5

problem :

"Unable to connect: incorrect session parameters." Error Message

I generated my crystal report using PEOAuto. and having above error message when

crystalreport.preview

line is executed.

there is no formulaparameters are passed.
report is generated from crystal report properly, but its not work when i generate report from VB 6.0

pl point me where i am doing mistake.I have an example of VB 6 and CR 8.5 in my signature. It may help you.