I Have a vb6 application using crystal report 8.5 and sql server 2005.My issue is that when I print report i get Server has not yet been opened.Here is my code in vb.:
I am making a crystal report which displays values from database. Now the values from db contains duplicate values.
please refer to 开发者_如何学Cthe link: Crystal Report: Display 0.00 for duplicate values In that question, i need to display sum as 250.00, but it come as 750.00
We\'re building a web application in VS2010, using the .NET 4.0 FW. Our application includes reports that pull data from our database server.
I have crystal report with dynamic parameter (for example, linked on table COUNTRIES in some datebase).
I\'ve created a report in Crystal Report 2008 Version 12.3.3.812 (together with Visual Studio 2010 Professional Version 10.0.30319.1).
I\'m trying to have crystal reports run through a Select statement however I keeps on dropping out after hitting the first match instead of continuing on through each case. How can I get it to evaluat
I am trying to increase the line weight of my line chart in crystal report, is that doable , yes or no ?? and if yes please provide me with the steps needed to perform such a thing, even through code
I have a report set up on our test environment which uses a datasource called DEFAULT, which is also the name of the datasource on the client\'s prod开发者_JS百科uction server. (Both are ODBC)
what is wrong with this formula IF {@year2 number} = 2013 And {@Current Month}=\'Jan\' THEN \'- 12\' ELSE \'- 13\'