hi,
I've try this code to pass parameter to CR8 using RDC in VB5
Some of the code:
Dim CrystalParameter As CRAXDRT.ParameterFieldDefinition
'After refresh the report,
'pass the parameter value to the main report
'Assume the parameter is a number "6"
Set CrystalParameter =...
I'm developing vb5 programming to run crystal report and export it to html format.i've tried the below command but it does't work.
It export into text file and not in the actual format.
Set crystalExportOptions = crystalReport.ExportOptions
crystalExportOptions.CharFieldDelimiter =...
I'm using CrystalReport8 and VisualBasic5
and the "CRPEAuto" to export a report into html format,it actually export the report but just several lines of words.
I use the export option
Set objApp = CreateObject("Crystal.CRPE.Application")
Set objRpt =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.