I pass the parameters for the Report from VB using that code:
CrystalReport1.ParameterFields(10) = "@Comments;" & txtComments & ";True"
And if the data contains the semicolon it doesn't show up in the report. How can I avoid that?
Thanks
In the datagrid I set for some columns Format property to the checkbox but in runtime it shows only 0 or 1.
I found some suggestion to write that code :
DataGrid1.Columns(3).DataFormat.Type = StdFormat.fmtCheckbox
but nothing changed.
Any other ideas?
Thank you!
I realized the problem is in different. First I try to export the Crystal report to MSExcel. And the problem is here - in the exported file. When I try to open that exported report in Excel I get an error "Errors were detected in 'FileName.xls', but MSExcel was able to open the file by...
I use the code
Set X = CreateObject("Excel.Application")
X.Visible = True
X.Workbooks.Open (Xfile)
that works with MS Office 2000 and
gives an error with MS Office XP "Open method of Workbooks class failed".
Any suggestions ?
Thanks
In the distributed report the export button is
enabled but when you click on it nothing happens.
It looks like some DLL is missing. I added all required DLLs that I have on my developer machine where everything works and it did not help. Any other ideas?
Hi all,
I created several Crystal reports using the stored procedures. Some stored procedures have parameters. When I open the report from VB without any stored procedure parameters after the report with parameters I got run-time error 20553 "Invalid Parameter" or an error 20532...
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.