| Thread | Last Post | Replies |
|
| runing total?? reset | 29 Jul 2005 15:25 GMT | 7 |
I made an area in crystal and i get it like this. CurrencyVar RunningTotal; CurrencyVar Result; Result:=ccur(cdbl({command.birim})*cdbl({Command.tonajyeni}));
|
| Parameters for a report | 29 Jul 2005 01:31 GMT | 1 |
I need to have a variable into a report ,and I need to update that variable before show the report on the reportviewer basicly I need to pass to the report one text value that chrges the user before the report is showed
|
| No Print Button In Web Viewer? | 28 Jul 2005 17:27 GMT | 1 |
I am displaying a crystal report and the web and it is working good. But, it does not have a print button?? Any suggestions or ideas? Framework 1.1
|
| Crystal displayed on middle right side of page | 28 Jul 2005 17:24 GMT | 1 |
I am displaying a crystal report and the web and it is working good, but when it is displayed on the web page there is a 4 or 5 inch space from the Left margin before it shows the report. There is no code on the page to make it do that that I can see. I tried using gridlayout ...
|
| Load Report faild | 27 Jul 2005 21:11 GMT | 1 |
I got an error an I don't have Idea how to fix it I got a typed DataSet in a proyect I have created a report over one table of that DS When I try to pass the pupulated dataset to the report I got the next error:
|
| linefeeds in TextObjects (again) | 26 Jul 2005 15:40 GMT | 1 |
I want to put text onto several lines in a TextObject using VB In a previous post PJ suggested using chr(10) + chr(13) but this does not seem to work for me. I am using CR 11
|
| Drill Down Report with Caveats | 26 Jul 2005 15:09 GMT | 1 |
Hi Everyone; We are considering using Crystal Reports 11 for our reporting needs. I had a couple of questions with regards to it. Probably an explanation via an examples, would be in order:
|
| Identifying if the report has no data. | 26 Jul 2005 12:13 GMT | 1 |
Is there a com method I can use to identify if there is no data on the report? The user enters a date range as parameters and I need to know if there's any data in that date range.
|
| Report name show in Report ??? | 26 Jul 2005 06:07 GMT | 2 |
I want to show its reportname in the bottom of the report . Execpt 'passing parameters', any simple function to do that ?? e.g the report is invoice.rpt and placed into:[ c:\myReport\account\invoice.rpt"
|
| Crystal Report XI Server.... so expensive... | 26 Jul 2005 03:28 GMT | 2 |
My company is using Crystal Report 9 Advanced Edition and the price is USD 1400. I see in BO's website that the Crystal Report 11 Server Edition costs USD7500 which is a huge difference. Is the CR11 Server the upgraded version of CR9 Advanced? or should I use the developer
|
| let user refresh rpt file with parameters | 26 Jul 2005 03:18 GMT | 2 |
Hi, All, How can i publish CR9.0 report file to my users and let then could refresh report data when necessary? my data source is SQl server. those reports need user submit parameters, such as startdate and enddate
|
| Crystal Reports 10 and ASP | 26 Jul 2005 00:16 GMT | 1 |
Sorry i know this isn't the right newsgroup but seen as ASP is VBscript i'm sure someone here will probably know an answer I am getting the following error CrystalReportViewer
|
| Logon Failed - Custom DataSet | 25 Jul 2005 14:43 GMT | 5 |
I am trying to create a report based on a manually populated DataSet. Why am I still getting *Logon Failed* error? What kind of credentials should I provide to Crystal? Here's part of my code:
|
| How to insert Subreport | 25 Jul 2005 12:03 GMT | 1 |
I have 1 Main report and 5 subreports. I want to insert one by one all subreports. And How to set top margin of each subreport immediate after end of previous subreport to avoid overlapping.
|
| How To Read Values In Report Viewer | 25 Jul 2005 11:11 GMT | 3 |
Has anybody figured out a way to read report values from the CrystalReportViewer control when the user clicks on one? I am using the Drill event and am able to extract some group information with it, but can't get information on the exact field that was clicked on. This feature ...
|