I have a class that Extends JFrame which basically implements maximize and center called JFrameExtend. That is all it does. Now I have created an abstract class called GenericApp that derives from JFrameExtender and implements a menubar and some other components (some buttons that always appear...
How do I use the Crystal Analysis package to interact with an OLAP cube to make entries in Excel look like:
Year: 2001 2002
Month: 1 2 3 4 5 ... 1 2 3 4 5...
<companies> <balances> ...
... ...
I basically want the year and month on different lines...
How do I use the API to query whether there is any data in the report that I am trying to execute? I tried:
long test = 10;
VARIANT arr;
VariantInit(&arr);
arr = crRpt->GetNextRows(0, &test);
if (test > 0)
crRpt->Export(var);
For some reason "test" is always 1. Even if there...
I am looking into a problem one of our users has reported when they try to export a Crystal Report in Crystal Enterprise 8.5 to an Excel Document. There is a fix on the Crystal Decision website for Solaris for this problem...
We need to setup each one of our users to have a particular folder be the initial folder when they login to Crystal Enterprise. How do I do this across all of our users instead of asking each user to do it themselves?
(1) I need to export a Crystal Report to a PDF but only create the file if there is any data in the report. I am using the RDC. The only way I see to do it is using the "NoData" event. How would I do that? i.e. how do I use these events?
(2) Is there a cleaner function that I can...
I was thinking of a clever way of doing this but can't seem to cme up with a way. So suppose you have a crosstab in Crystal Reports and you want some field in that crosstab that is running down the page to alternate in color. Say you want every other row to have some color like green. How would...
We have Crystal Enterprise 8.0 installed and thinking of upgrading to version 8.5. Do any of the versions have a way of uploading a massive amount of reports 100+ at one time instead of going to the admin website and uploading them one by one. Any help would be greatly appreciated.
Sorry I have a few issues.
1. I was trying to figure out how to increase the timeout on how low long it takes to run a crystal report from e-portfolio. We seem to have a problem where all of our reports are starting to timeout. We are looking at new indexing schemes to optimize queries but as...
I am trying to find out how to use functions in reports. I am running my reports off of an MSSQL dbserver. FYI MSSQL has these things called functions which are the same as stored procedures but they have the ability to return a table.
A lot of the queries that I make always involve this one...
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.