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 dencom 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: *

  • Users: bether
  • Content: Threads
  • Order by date
  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

    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...
  4. 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...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. bether

    Javascript eval function equivalent in Crystal Report 10

    Does CR10 have an equivalent for the javascript eval function. This takes a string argument and return its value. I'm building a report where the user specifies the fields they want to be included in the report. The columns/fields are not known at design-time. At runtime, I take the column...
  10. bether

    sorting and displaying topN programmatically in CR 10

    Hi, I’m building a report in CR 10 that takes the following parameters: • GroupBy (possible values Manager, Tag, Code) • TopN (possible values Top , Bottom) • GroupCount (a numeric value) • Order (descending, ascending) The GroupBy parameter will indicate what or how groups should be...
  11. bether

    CR 10 Display the group with the highest summary (or top N)

    How can I instruct the report to display the groups that have the highest summary, taking from the parameter the number of groups that need to be displayed? Please note, that the details of the top N groups should also be displayed
  12. bether

    Crystal Rep10: Sort & display top/bottom N groups programmatically

    Is it possible to do the sorting of groups and get the top N groups (with the highest/lowest summary), programmatically? The top N number will be a parameter, and so is the order (ascending/descending). I've been trying but have not been successful. Thanks!

Part and Inventory Search

Back
Top