I have read that article. It says that pdf export is not supported in the ocx until version 8.5. I am on version 8.5 so not an issue.
Also, the export works on the dev machine which, as far as I can tell, has all of the same files that are needed. Obviously not the case.
We use the ocx control for running reports on client machines. We have enabled the export button and all of the exports work fine except the pdf one. I have the following files installed and the appropriate ones registerd:
CRXF_PDF.DLL
CRX_RTF.DLL
CRTSLV.DLL
EXPORTMODELLER.DLL
ATL.DLL
Even the...
We use the Flash ActiveX control in our software. It worked fine with Flash Player 5, but it always crashes with Flash Player 6. The command that causes the crash is Put Movie. Have installed the latest version of the player and this happens on every computer that we have tried it on. The...
If you select keep together in the section expert you are only keeping the group header together. In the design area right click on the group and choose Change Group. In there put a check box in Keep Group Together. That should take care of your problem.
Can you give a better idea of what you are doing. What do you mean by sorting by running totals. Is this a field in the table, a formula, ...? Have you tried doing a topN sort or anything like that>
Actually, unix time should not have the periods. It is a count of the seconds since 1/1/1970. To calculate the date here is the formula:
dateTimeVar originaldate := DateTime (1970, 01, 01);
originaldate + ({unixtime}/86400)
I divide the time by the number of seconds in a day and add that to...
If the subreport is coming back with no data and your only condition is the parameter from the main report, you may not be passing the condition for some reason. Try creating a shared variable in the header of the main report that accepts the value of the parameter. Then pull the subreport on...
I am using "WhilePrintingRecords".
I have a formula that I have placed in section b so that I can make sure that it has the correct data from the variable. For some reason the variable gets reset to current page on every page. (I checked and there are no other places where this is...
Try creating an alert. Under the reports menu there is a choice to Create Alerts. You can set a condition for an alert. I have looked into this in the past and have not gotten it to do what I want, but it may work for your situation.
I tried that. Still not working. For some reason it appears that Crystal evaluates all of the detail sections before it prints any of them. So what happens is that it evaluates the suppression of detail a and b when it starts to print a. Therefore it chooses to suppress b because it...
I am not trying to have something happen on the subreport. If the subreport causes the detail section to span to another page I want the detail section b to print. If it does not span a page then I want detail section b to be suppressed. Detail section b is in the main report.
I have a report that has a subreport in each detail section. The subreport can grow and so I never know how long it is going to be. It may span to a second page. If it does then I need to reprint some of the detail section on the second page.
I am handling this by adding a detail section b...
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.