crystal reports

  1. Neodynamic

    How to add Custom Printing options to ASP.NET Crystal Reports Viewer toolbar

    Overview Crystal Reports Viewer in ASP.NET cannot directly print to Chrome browser and this is a big problem for many developers that need to target such user browser. In this walkthrough, you'll learn how to add advanced printing capabilities to the ASP.NET Crystal Reports Viewer control that...
  2. R

    Crystal Report Error on passing Parameter

    Hi All, I am getting error on using parameter while loading crystal report. Failed to retrieve data from the database. Details: [Database Vendor Code: 242 ] Failed to retrieve data from the database. Error in File SalesReportNew {B7F4566B-781B-4FA6-BABE-929D717550F1}.rpt: Failed to retrieve...
  3. kismetgerald

    Question My Report Isn't Displaying Any Records from DB - What am I doing wrong?

    Good-day All, After watching numerous online tutorials and reading the documentation, I decided to get hands on with the Crystal Reports for Visual Studio runtime. It is my understanding that the SAP Crystal Reports runtime doesn't natively support connections to a MySQL DB so I believe I've...
  4. K

    Question Flicker Viewer - Crystal Report for .NET / XI on Visual Studio 2010

    Hello expert programmers, Can you help me to solve an issue regarding on crystal report viewer. The report viewer .net version is flickering when you click next/previous page compare to the old version of visual studio, the viewer is stable. Any idea? I notice the free SAP Crystal Reports...
  5. D

    Crystal Reports, upgraded to .net 4, deployed app error - Unknown Query Engine Error

    Our soultion has been in development since 2005 and has been partnered with Crystal Reports all the way through. After upgrading all our projects to .net 4 we got a runtime error whenever trying to load a Crystal Report 'Unknown Query Engine Error Error in File C:\DOCUME~1...........' The...
  6. R

    Question crystal reports programatically grouping help

    Hi all, I am a newbie to working with crystal reports in vb.net The situation is, I've got a crystal report, a crystal report viewer, a database data source with a dataset, and a listview in a winforms application which has got a string collection as a list, something like "1234 Project One-...
  7. C

    Question Forms with Crystal Reports reporting ... faesable?

    Hi all, My first post! Quick overview of me - I have mainly coded in VBA for the past 3 years, now moving onto VB to create reports in Visual Studio. I have been told that Crystal Reports is a very simple way of adding reports into Visual Studio 2010. I just a had a quick faesability question...
  8. S

    Question Export Crystal Report to PDF file - causes CR Params Dialog Popup in CmdLineApp

    Command Line Project: Export crystal report to file in pdf/excel/word format & optionally email it. Command line args incl input parameters for the crystal report. VB6 being converted to VB.net using Visual Basic 2005 Express Edition. Creator has since left & I need to fix/edit the application...
  9. tgf-47

    Question Select / click - event

    In my crystal report I have columns and rows. Columns displaying my headings and the rows the data in the table. Here is an example ID | Name ----|------ 123 | John 347 | Max 348 | Merry 749 | Pete and so on, u get the picture. NOW ---> When I click on cell B3 (Merry), I want to know what...
  10. tgf-47

    Question Populating data ERROR--Please help

    I have this code that I am using:(calling a function) ViewReport(Application.StartupPath & "\This_proj.rpt", "select * from users", "@parameter1=test�mter2=10") but then I get this error message: A number, currency amount, boolean, date, date-time, or string is expected here. Error in file...
  11. LoGaN-ES

    Crystal reports query

    Hi I am having a application in vb.net with access database and crystal reports.In report I know how to load a table with all data in table, but how to make query and where to make it to load only specific data from table?For example I want my report to show only data from table "Products"...
  12. R

    Question Why don't I get the option to sum a column?

    I'm designing a simple Crystal Report in VS.NET 2005. I am using an XML file as my datasource . I am trying to sum my Week To Date sales column. But whenever, I add "running total", to the Group Footer, I don't get "Sum" in the dropdown. I get maximum, minimum, count, distinct count...
  13. J

    Set tab stop in CR text object

    How do I set a tab stop on a text object, VS 2005 crystal reports? The documentation I found for 2003 doesn't seem to be the same. Visual Studio 2008 seems to have a nice tab after paragraph on text formatting of a text box. Did they forget we need tab stops in VS 2005? wanting to format...
  14. A

    Question Problem with Crystal Report Adapter Query

    Hey guys, I'm using Oracle 10 XE along with VB .NET 2003. I'm trying to generate a dynamic report for my project. I have created an OracleDataAdapter with the query : The select command was generated successfully. When I tried to generate the report using this adapter, the "EXPR" fields [...
  15. P

    FYI Crystal Reports and MS Access "Logon Failed"

    Err Msg: "Logon failed…" when connecting to Access database in .NET application This is useful when you use the pull method and develop your report against one database (path) and deploy it to a different path (or database name). If you are using the push method (using the SetDataSource...
Back
Top