Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. bether

    Passing a tooltip text value programatically in .NET to Crystal report

    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.
  2. bether

    Populating data to a Crystal report subreport using VB.net

    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.
  3. bether

    Using Stored procedure as datasource in Crystal Report

    Thanks. I tried, but it didnt work either. The proc didn't even compile.
  4. bether

    Using Stored procedure as datasource in Crystal Report

    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...
  5. bether

    Use of Group Expert

    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...
  6. bether

    Use of Group Expert

    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...
  7. bether

    Use of Group Expert

    Guys, thank you so much for your swift responses. I'm working on it now, using your ideas. Thanks again.
  8. bether

    Use of Group Expert

    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...
  9. bether

    Crystal 10 Shared Variables

    please ignore previous reply. i meant to create a new thread.sorry.
  10. bether

    Crystal 10 Shared Variables

    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...
  11. bether

    Scheduling to Printer using CE 10

    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...
  12. bether

    CE 10 - "Ensure that CRPE32 is installed on this computer."

    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!
  13. bether

    CE 10 - "Ensure that CRPE32 is installed on this computer."

    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...
  14. bether

    opening Schedule Manager from a .NET application

    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...
  15. bether

    opening Schedule Manager from a .NET application

    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...
  16. bether

    CE 10 Scheduled reports and changing password for DB connection

    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...
  17. bether

    Unable to connect: incorrect log on parameters... HELP!!

    Thanks. Yes, the subreport is connecting to the same database on the same server as the main report.
  18. bether

    Unable to connect: incorrect log on parameters... HELP!!

    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...
  19. bether

    sorting and displaying topN programmatically in CR 10

    hello, I didn't get to tell you, this works. thanks!

Part and Inventory Search

Back
Top