Is it possible? either through codes using Vb or directly from crystal report? what do I need? someboidy please help me? Thank you very much in advance!
Printable View
Is it possible? either through codes using Vb or directly from crystal report? what do I need? someboidy please help me? Thank you very much in advance!
Welcome to the Forums.
Yes, its possible. Are you using the CR Viewer control?
RobDog888, I'm just using CrystalReport control, we're not using CRViewer and I never know how to utilize it plus, I was told that it was a lil slower in report generation.
we just simply call it like this:
With CrystalReport1
.Connect = "DSN=.;UID=sa;PWD=;DSQ=pubs"
.ReportFileName = App.Path & "\rptTesting.rpt"
.Action = 1
End With
I hope you would be able to help me Man, btw you're Microsoft Certified? propz man that's one of my aspiration..Thanks
I'm not sure exactly when Crystal added PDF support, but you need an extra dll, u2fpdf.dll. Apparently you can't do it directly from the Crystal OCX, but you can do it from the print preview window using the OCX. Look at this FAQ on the Crystal website: http://support.businessobjects.com/l...s/c2011686.asp
Thank You Very Very Much!!!
I m using Vb 6.0 App along with Crystal Report 8.
using the Code below to Generate Report.
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
Now in need to convert the report to PDF Format.
Also When I Export it other Available Formats
using the Option.
CRViewer1.EnableExportButton = True
empty Report is generated.
Urgent Help Required
i have developed report using Crystal Report 8.0 in Vb 6.0 Environment
Report being generated is something like this
Dim Report As New CrptDateWiseCr
CRViewer1.ReportSource = Report
CRViewer1.ViewReport
1. Now want this report to be exported in PDF Format.
2. i can email this file to my client.
Help Required.
Possibly useful link:
https://archive.sap.com/discussions/thread/1381722