Hello,
We have crystal reports 2008 that are based on oracle store procedure that returns ref cursor. When the report is run the records are being fetched one at a time. Is there a way to change this? Is it possible to fetch records in bulk, like 1000 or more at a time?
Thank you.
Julia
Hello!
BOE server 3.0 and Java RAS.
I tried to change database at runtime using the following code:
origTable = (IProcedure)tables.getTable(0);
newTable = (IProcedure)tables.getTable(0);
IConnectionInfo cnInfo = newTable.getConnectionInfo();
PropertyBag innerProp = cnInfo.getAttributes()...
I am using min as a summary. Here is the crosstab:
Vendor1 Vendor2 Vendor3
Type1 100
Type2 105
Type3 200 201
I would like to highlight min value in each row.
So for
Type1 - value for Vendor1 should be highlighted...
Hello,
I am usign cr10. I have regular crosstab. I would like to highlight a value in the row that is equal to row total.
Is it possible to do in crosstab?
Thank you.
Julia
Hi!
Thanks for your suggestions.
njahnavi,
I did try Ident, but as you said, it is not perfect.
CaptainD,
I, also, can Edit the text, the problem is this text should be dynamic and based on some kind of formula. That I can not get to work.
If I just insert a field into text box, then the...
Hello!
I am using CR10. I have a crosstab that looks like this:
Prod1 Prod2
Jan 09 01/05/2009 1 2
01/30/2009 1 3
Total: 2 6
Feb 09 02/01/2009 0 1
02/03/2009 2 2...
Hello,
We are currently using CR Developer Edition 10 and RDC Component in ASP.
Is it possible to save rpt file with data, so the next time I open the report I would have the saved data from previous run?
Thank you.
Julia
Hello,
I have 1 report that I need to use for several databases. I am using crystal reports 10 developer edition and preview it with ActiveX Viewer on the web using asp and RDC component. In asp file I am changing database connection info at runtime.
The problem is that sometimes the report is...
Hello!
We have Access 2000 database. The person worked on it left the company and none of us knows the password to the database.
Is there any solution how to change or remove this password or at least open the database in read only mode .
Thank you.
Julia
Hi,
I am using CR 8.5. I would like to create tool tips with multiple lines. In x2 I am typing
"This is my tool tips"+chr(13)+"multiple line".
In runtime view I have | instead of carriage return.
Does anyone know how to fix that?
Thank you.
Julia.
The asp page that calls main report:
<%@ Language=VBScript %>
<%
server.ScriptTimeout=600
Response.CacheControl="no-cache"
pstart=Request.QueryString("pstart")
pend=Request.QueryString("pend")
site=Request.QueryString("site")
if...
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.