Can tooltip text values be passed programmatically to Crystal report from .NET? I want to place a tooltip text per every detail row of the report. Each detail row would have a different tooltip text.
Thank you.
What is the proper way to populate data in a subreport. I have the following, and I am getting the error "The report has no tables". The report is tied to a strongly-typed datatable.
Here's where it fails:
reportDoc.OpenSubreport("AnnualELIform2.rpt").SetDataSource(ds.Tables(1))
Thank you.
I have the following as a stored procedure in Oracle:
CREATE OR REPLACE PROCEDURE DCAP.sp_GetRightsAndPrivileges
(p_privileges OUT SYS_REFCURSOR)
IS
BEGIN
OPEN p_privileges FOR
SELECT *
FROM bid_privilege;
END sp_getRightsAndPrivileges;
It compiles...
Thank you.
I tried this and it still didn't work. I think with all your ideas, I am closed just couldn't get into it.
Maybe I should just redesign the table so that when I group it, the data will come out the way I expect it to behave. I think this can be done having a different table...
Hello,
I tried using the concatenation, but that won't apply for my case. Im trying to show the data in group and subgroup, where the subgroup is indented. This is not being achieved by just concatenating. I guess I have to play around further with formulas and grouping. Any other help...
Hello,
I’m developing a Crystal report using Visual Studio 2005. My datasource is tied directly to the database table.
The database table has the following columns: Group, Subgroup, and CompanyName. Sample data is as follows:
Group Subgroup CompanyName
ABC Example Example Co
ABC ABC...
Hello,
I’m developing a Crystal report using Visual Studio 2005. My datasource is tied directly to the database table.
The database table has the following columns: Group, Subgroup, and CompanyName. Sample data is as follows:
Group Subgroup CompanyName
ABC Example Example Co
ABC ABC...
Hello,
I am building the scheduling of reports using the CE SDK. I got successful, scheduling it to e-mail. Now, when I try to schedule it to printer, followed through the SDK documentation, I get the error below. Any insight will be greatly appreciated.
Thanks!!
Request cancelled by the...
Thanks for the response.
I am getting the issue locally. I have .NET 1.1, and CE 10 installed on my local machine. And yes, I have installed the patches.
Any further insight will be greatly appreciated.
Thanks!
I'm trying to add a report onto CE using the SDK (.NET). Followed through the documentation, and upon getting to the part where I'm adding the Report object data to the InfoObjects collection, I get the error below. I am using the Add method of the collection, supplying the path and filename of...
Addendum:
Also, I'm able to open the Crystal Management Console from the .NET app by redirecting it to "[servername]:/crystal/enterprise10/admin/en/admin.cwr?" and passing the appropriate CE logon. However, this opens the home page of the CMC, what I need is to open the Schedule Manager of a...
Hello,
We have an existing .NET application that gives a list of the different crystal reports that are stored in the repository. We are getting this via CE SDK. As of this part, everything is ok. We can open any reports from the .NET app.
Now, what we want to do next, is to be able to open...
Hello,
We have an existing .NET application that gives a list of the different crystal reports that are stored in the repository. We are getting this via CE SDK. As of this part, everything is ok. We can open any reports from the .NET app.
Now, what we want to do next, is to be able to open...
Reference: thread782-1270193
Hello,
Yes, I'm going nuts too with this problem. I have a similar problem as with thread782-1270193. I had our DBA grant "ProcessAdmin" access to the DB, and still didn't resolve the issue. As it is now, the account being used not only has "ProcessAdmin" but...
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.