| Thread | Last Post | Replies |
|
| ORDER MY DATA | 21 Oct 2004 14:07 GMT | 1 |
How can i order my data in Crystal report?? Thanks Jörg Braun
|
| Crystal Report Page Header at Top of page!! | 21 Oct 2004 13:43 GMT | 1 |
I use Visual Basic 6.0 and Crystal Reports 8.5. The Reports print fine except with one printer (HP Laserjet). I can't get the page header at the top of the page (not even with top margin = 0). When I print on any other printer the header is at the top of the page. Any Ideas?
|
| Please, this is very urgent | 21 Oct 2004 13:34 GMT | 3 |
Hi. I have picture in blob field. I want to display that picure on page header, but servers sends me picture for every record being displayed, because of this, everything becomes veeery slooooww. How to make that blob field is sent only once in header ? Non-VB related . Thanks ! ...
|
| Grouping data / linking tables problem | 21 Oct 2004 13:33 GMT | 3 |
I'm pretty new to Crystal, but not to SQL and I am having problems getting what I need from CR10. I'm having trouble trying to get CR to add a "GROUP BY" clause in it's SQL expression. Here's my setup and what I'm trying to achieve:
|
| Help! Calculation in CR8.5 | 21 Oct 2004 10:21 GMT | 1 |
Hi, can anyone help me on this, Table : Trndate, Code, Qty 01/02/2004 Item A 10 02/02/2004 Item A -4
|
| Multiple reports at a time | 21 Oct 2004 10:18 GMT | 1 |
Hello all. My final problem before I can release my code is this. I have a table that holds what reports to print when someone does a end of day. Is there are way I can have CR put all of these reports dynamically into one big report? Each report is in its own file i.e.) ...
|
| __dtor() | 21 Oct 2004 10:12 GMT | 1 |
Hi newsgroup, what's that ? crReportDocument.__dtor() Is this method got for everything? Greeting
|
| Crystal Report Control CRYSTL32.OCX, equivelent control for version 10? | 21 Oct 2004 01:23 GMT | 3 |
I'm new to writing code to launch Crystal Reports.... I launch a Crystal Report from my VB6 app. I use the CRYSTL32.OCX control. It works on my PC. I think this is for Crystal 8 reports and lower compatability. I have installed Crystal 10 and so have my internal clients.
|
| Suppress Blank Section & headings - I just don't get it | 20 Oct 2004 22:39 GMT | 4 |
Using CrystalReports.Net in VS2003, I have a subreport that I created with the wizard using the "table" format. It has 5 sections - Report Header a, Report Header b, Details, Report Footer a, Report Footer b.
|
| record selection formula keeps changing | 20 Oct 2004 21:12 GMT | 1 |
Each time I manually enter the formula: (If {?ZeroCost}="Show" then {Inventory_val_finished.Average_Cost}=0 else
|
| problem with crystal 9 asp.net server caching rpt | 20 Oct 2004 20:46 GMT | 1 |
Has anyone had problems with their .net web server caching reports (the rpt file itself, not the data)? The data changes, but the report itself doesn't update until like a day later.
|
| canot capture the database for crystal report (urgent) | 20 Oct 2004 19:30 GMT | 1 |
i wrote a program by using vb 6.0 and link the report with crystal report, when i make the exe for this program and run the exe file at another pc which didn't install the vb 6.0 and crystal report 8.5, a error message come out "cannot locate cryst32.dll", so i just copy the ...
|
| Formatting Troubles When Printing From Different Computers | 20 Oct 2004 18:03 GMT | 2 |
We have developed a VB.Net solution for a customer that uses several Crystal Report controls developed using the Visual Studio.Net (2002). One of these reports is a pre-printed license report whose alignment seems to be different from different workstations printing the same ...
|
| Suppress Detail line at print time | 20 Oct 2004 14:31 GMT | 3 |
I am running CR.NET with VB.NET. I've created a print button on the same web page as the Crystal Reports Viewer. Everything works good, I just want to be able to dynamically change the suppression mode of the detail lines when the user clicks the print button. Is this possible?
|
| Sorting in Report | 20 Oct 2004 14:04 GMT | 2 |
How could I change sort at runtime, I need to make a function that add sort fields to the report, the function will accept the field name (string), the field may be a database field or formula field. I made a loop through the ReportObjects Collection to find the field object
|