I am adding some default values to Crsytal report parameter in VB6.0 Later i want to save the report. My code is looking like this.
Dim CrRep As CRAXDRT.Report
' Add default values to CR parameter
...............
'Save the report
CrRep.SaveAs("D:\TOOLS\",cr80FileFormat)
While saving, it is showing error as "syntax error"
Can anybody tell me what is the syntax for saving a crystal report using VB6.0
This post has been edited by challenge: 23 April 2009 - 12:39 AM

New Topic/Question
Reply




MultiQuote



|