Hi all,
I have a report that is made up of a "container" and 6 sub reports. The 6 sub reports are contained in report footers on the "container" report as follows :
Footer 1 Sub Report 1
Footer 2 Sub Report 2
Footer 3 Sub Report 3
Footer 4 Sub Report 4
Footer 5 Sub Report 5...
Often when compling a report, the .exe and .crf filenames that are generated by Crystal use DOS filename with a tilde on the end. For example :
Code List.rpt will be compiled as CODELI~1.CRF and CODELI~1.EXE.
Is there any way round this ? I'm using Crystal Version 7.0.1.100.
Thanks.
I am are currently using CR7 to distribute reports to users. We have recently started to use graphs.
One feature missing in CR7 is the ability to use running total fields on graphs. Top get around this, I was planning to upgrade to CR9, but I now find that there is no facilility to distribute...
On certain crystal reports I've written, I have to press the form feed button on the printer to get the report to print.
This doesn't seem to be consistent (i.e. it happen sometimes with some certain reports, but never with other reports). There is, however, one report that ALWAYS requires us...
Hi all,
I have a report based on five SQL tables which I am querying using ODBC.
I've made a copy of the tables in an Access database so that we can continue to run the report on a laptop.
I now need to do a 'Set Location' in the crystal report so that it points to the Access database, rather...
I have a line graph that plots one of 4 expenditur etypes by month.
Month is the x axis and expenditure values are plotted on the y axis.
There are 3 expenditure types (capital, pay, non pay and income) so I get 4 lines.
How can I add a line to show the net total of all 4 expenditure types...
Hi,
I'm trying to write a report based on three tables linked like this :
Table 1 ------- Table 2
\-----------Table 3
Table 1 is the 'main' table in the report and holds details of our financial codes.
Tables 2 and 3 hold details of financial transactions, and are both...
I have a report containing a main report and a subreport.
Users enter a year and a month on the main report. This is used to calculate financial information in two columns :
1. a current month total (for the month and entered)
2. a cumulative total (for all months up to and including the month...
Some of our users get a CRRUN32 error when running a compiled report. The dialog box doesn't contain any detail, just CRRUN32.EXE in the title and an OK button.
Other reports on the same PC run OK.
The Crystal Report that causes the error runs OK on other machines with the same OS (Win2K)...
Hi,
I'm try to display all the values from a multiple value parameter field in the report header.
There is an article on this on Crystal's website that mentions using the following code :
numbervar counter;
numbervar final;
stringvar holder;
counter := count({?Multi});
while counter > 0 do...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.