| Thread | Last Post | Replies |
|
| Dynamic cols and rows | 15 Dec 2004 09:24 GMT | 3 |
I am completely new to Crystal Reports and I was wondering if this is feasable. I have a stored procedure which generates the following output: Nr, Value1, Value2, Value3, ...
|
| Problems with date | 14 Dec 2004 17:14 GMT | 1 |
I would like to show data in crystal report which have these fields: Student Code, Date, Gender I try to query the data from the form by using this code
|
| Upgrade CR10 in Visual Studio 2003 | 14 Dec 2004 15:49 GMT | 2 |
I've recently upgraded to CR10 Professional edition. However, I can't get it to merge into VS 2003. Whenever I created a report in CR10 and I add it into VS2003, I get the message saying that the VS might not support the report that I've added in because the CR version in VS is an ...
|
| crystl32.ocx | 14 Dec 2004 15:44 GMT | 1 |
I recently replaced an old computer and reinstalled both crystal reports 8.5 and visual basic 6. I have some visual basic programs that call crystal reports and no longer work. I get the following error message: "component 'crystl32.ocx' or one of it's dependencies not ...
|
| Upgrade to CR 10 for Visual Studio 2003 | 14 Dec 2004 05:32 GMT | 9 |
I've recently upgraded to CR10 Professional edition. However, I can't get it to merge into VS 2003. Whenever I created a report in CR10 and I add it into VS2003, I get the message saying that the VS might not support the report that I've added in because the CR version in VS is an ...
|
| Slow Printing on Epson DFX 5000+ printer | 14 Dec 2004 02:54 GMT | 2 |
Our customer print Crystal 8.0 report, no graphich, on EPSON DFX 5000+ fast printer, very sloww.. Has anybody experienced this ? Is there any workaround for this ?
|
| Getting Distinct values in dataset in Crystal Report | 14 Dec 2004 00:51 GMT | 2 |
Hi all, I want to make a report that the column headers are getting from one of the field in the dataset. Example, dataset ds has table A with 4 columns, col1, col2, col3, col4
|
| Merge Modules | 13 Dec 2004 23:37 GMT | 1 |
Hello, Are there any merge modules that I need to deploy my application other than the regwiz2003.msm? When I deploy setup on machines that do not already have CR installed on them, I get load errors.
|
| Data in Columns | 13 Dec 2004 20:07 GMT | 3 |
Is there any way that I can get the data in a report to show up in columns in the details section? I just want to have Item IDs show up in columns in my report, but I cannot find any way to do this. Any help would be greatly appreciated!
|
| need operator for contains | 13 Dec 2004 17:50 GMT | 4 |
What would be the operator/function for 'contains'? Meaning, if this fields contains a number then count it. a cheesy example would be: if {contact1.key4} contains 0 then 1 else 0 (this field is also a text field so I would have to convert it to numeric text
|
| Please explain subreports to me! | 13 Dec 2004 14:53 GMT | 3 |
What is the differance of having an embedded or external in a main report and hwo are the loaded in runtime? To what file do they point? I tested to add a Subreport from an external file and then, just to test, I renamed the subreport after it was added to see if I got an error ...
|
| Can anyone easy help me with this little problem | 13 Dec 2004 12:57 GMT | 1 |
I want at pagenumber 1 have one little line visible at the left side of the A4 page and at pagenumber 2 two little lines besides each other just 1 cetimeter long. My problem is how can I hide one of the line when the pagenumber counter say
|
| Little Help - My first record is always Null / blank | 13 Dec 2004 12:53 GMT | 1 |
I have created a crytal report that is using some formulas and counters to get a grand total - and 2 subtotals - ALl of this works perfectly. What does not work is that the first record is always blank or null. Here is the code behind my field
|
| Passing value | 12 Dec 2004 19:12 GMT | 4 |
Currently I'm having 2 table in database let say student (StudID, StudName) and attendance(AttID, StudID, Status, Date, Subject). What I want to show in the Details in Crystal report is Stud ID, StudName, Status, based on the
|
| Passing value to crystal report from textbox | 11 Dec 2004 21:49 GMT | 1 |
Hi How to pass value to crystal report from textbox What is the esiest way to pass the value from the form to crystal report? I confused whether I have to use formula fields,
|