| Thread | Last Post | Replies |
|
| Using VB text box as report selection | 15 Dec 2003 13:23 GMT | 9 |
My report displays the location of computer equipment. The serial number what seperates each unit. I would like to use a text box to enter the serial number and run the report. Hope this is enough info
|
| How can I modify the Crystal toolbar onload? | 15 Dec 2003 05:03 GMT | 1 |
I want to get rid of a couple of buttons like the group tree button and the refresh button on the crystal toolbar. Is this possible? Also I want to start the report in 75% view mode, again, possible??
|
| NEWBIE: Report with 2 tables | 13 Dec 2003 19:33 GMT | 1 |
i'm new in Crystal report and i'd like to do a report with 2 tables: for example "customers" and "orders". could you tell me step by step how i can do it? and, how can i filter data? for example to see the data of a specific customer (in SQL, someting like
|
| How to do a SELECT DISTINCT in Crystal Reports 8.X? | 12 Dec 2003 23:13 GMT | 2 |
|
| does string parameter have a max size of 256 characters? | 12 Dec 2003 19:24 GMT | 3 |
I get an ArgumentException when calling MyStringParam.ApplyCurrentValues(myDiscreteValue) I have only created a new string param, do I have to declare its size somewhere? thanks. this is the Stack:
|
| ERROR: Property 'License Key' is non-nullable | 12 Dec 2003 18:02 GMT | 2 |
I'm building a deployment project for a Crystal Reports app. I get the followiing error during the build: ERROR: Property 'License Key' is non-nullable What's that all about?
|
| adding "CR\LF" to string | 12 Dec 2003 14:04 GMT | 1 |
How to force string to appear in two lines? I mean: I have string "qwerty" and I want to show it in report like "qwer" "ty"
|
| Skipping activex viewer and exporting automatically | 12 Dec 2003 01:55 GMT | 2 |
Instead of having to view the crystal report in the activex viewer and then clicking to export .. I need it to automatically export as a specified document (ex. pdf, excel, etc...). When I run a report on the web, it will export automatically.
|
| Wrong alignment during crystal report print | 11 Dec 2003 21:22 GMT | 1 |
We have developed .rpt files that can be viewed using Client application and the application is developed using Visual Basic 6. The rpt file is opened through Client Application and the report is printed in a Generic printer (Dot-matrix). The report uses a paper size US Std Fanfold, ...
|
| Crystal reports Web Site | 11 Dec 2003 19:53 GMT | 2 |
Does anyone konws the professional site for crystal reports, or any other site that contains updates and downloads for the crystal reports Thank You
|
| Setting date parameter | 11 Dec 2003 13:02 GMT | 5 |
I'm running a CR9 report from a VBScript. I want to pass a date to a date parameter in the report. I've tried: oReport.ParameterFields.Item(1).SetCurrentValue Date to pass today's date but it doesn't work. It doesn't error out but if I
|
| grouping but not the normal stuff... | 11 Dec 2003 12:41 GMT | 3 |
My report accesses a database which holds infomation on http requests from our intranet. Each record has a user, date, time and size of transfer. I already have a working report which displays daily summaries of the size transfered, and a link to a subreport for that
|
| don't listen to Crystal lies -- here's the truth | 11 Dec 2003 02:00 GMT | 4 |
They'll tell you, that with Crystal bundled with .NET, you need to create web setup projects, need to do a web setup project & the merge modules. And if you pay to upgrade to 9 Developer, you don't need to do this stuff. Thats not true at all.
|
| Crystall report - subreport problem, textobject | 10 Dec 2003 16:56 GMT | 1 |
I have a subreport and two textobjects on CR 9.0 report. One is placed on MainReport, the other one on its subreport. I want to set up their values from the code (vb). There are no difficulties with setting up textobject value on MainReport,
|
| Is there a way of manipulating Crystal objects at design time? | 10 Dec 2003 16:49 GMT | 1 |
I would like to be able to loop through all formulas at design time and replace a particular string with another. This would be very useful when changing the data source for a field. Does Crystal provide a design-time API? I know there is an object
|