Hi All
I have to show the cumulative page total of some fees. Page total refers to the cumulative fee total at the top and bottom of the report page. I have tried the running total in Crystal reports but still it is not showing the correct total
Kindly let me know the solution for the same.
Place the crystal report component on your form and name it as crystalreport1
write the code on click on command button as
CrystalReport1.Connect = ' Path for connecting
Dim strsql As String
strsql = "select * from table1 "
CrystalReport1.SQLQuery = strsql...
Steven Can u tell me what are the required DLL's for it. I have passed the information like server name and all. but it gives error immediately after CRViewer1.ViewReport.
Thanks for replying. But this will not solve my problem as I have to display pictures dynamically.
kenhamady I was able to display the pics dynamically stored in windows explorer. with the the help of crystal report viewer. But there the backend was access whn I try with SQL it gives the error...
I am trying to open a crystal report via the
crystal report viewer control. The report
uses an ODBC connection to sql server
database. When I run the project with the form that
hosts the CRViewer control I am getting an
error message saying "The server has not yet
been opened"...
I am not able to insert pictures in crystal reports dynamically .
I am calling crystal report from Visual basic and the photographs are stored in windows explorer in .bmp format.
Backend is sql server.
Its like that for every unique number stored in a table in sql I have got cooresponding pics...
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.