Search Result

Collapse
24 results in 0.0044 seconds.
Keywords
Members
Tags
crystal reports
  •  

  • Crystal Reports and Powerbuilder 11.5 or 12.5

    We are searching for code samples for creating reports using Crystal Reports to work with Powerbuilder 11.5 or 12.5
    See more | Go to post

  • Mang Kanor
    started a topic Crystal Reports Problem

    Crystal Reports Problem

    so I have a template in Crystal reports using vb.net, I changed my data source location and that source still contains the needed tables for my report, the problem is this... My original template displays the exact report but when I changed its data source it duplicates the data in the details section(e.g I made a query that will show 1 item only,but instead I get 4) here is a screenshot of my problem, I want to alter the template rather than to...
    See more | Go to post

  • Mang Kanor
    started a topic Crystal Reports Duplication Problem

    Crystal Reports Duplication Problem

    so I have a template in Crystal reports using vb.net, I changed my data source location and that source still contains the needed tables for my report, the problem is this... My original template displays the exact report but when I changed its data source it duplicates the data in the details section(e.g I made a query that will show 1 item only,but instead I get 4) here is a screenshot of my problem, I want to alter the template rather than to...
    See more | Go to post

  • Cannot load crystalreportviewer even with good connection information.

    This is my first attempt at using a CrystalReportVi ewer control, so please forgive me if I'm making some obvious mistake.

    Here are the steps I'm taking to try to populate it with a very simple report (just a couple of fields dragged over). Some of this may be overkill or unnecessary but I've been tearing my hair out trying to figure out what the missing bit of magic is.

    1. new the ReportDocument object
    2. Call...
    See more | Go to post

  • ? On Mechanism Of Crystal Reports on Loading Reports

    I have a Crystal Reports Loading issue in C#-2005 and I have google for it and found in most of case that to initialized a Crystal Reports it takes times for creation their assemblies and object.

    I have not found any genuine solution for it.

    My reports take a minute to load the reports and it’s not good sign for my project.

    Is there a mistake in mechanism of Crystal Reports?. Or any solution available...
    See more | Go to post

  • maheshwag
    started a topic Formula Field Problem On Crystal Reports

    Formula Field Problem On Crystal Reports

    I have design Crystal reports For Ledger Of Accounts. There are Two types of Ledger

    1.) One On One Page and Other is 2). Many on One page.

    I have set Opening Balance Field Which is set by Formula Field on GroupHeader Section.

    So what I comes to know that when I select the reports for
    single accounts than the Opening Balance formula Field Shows but if I choose many accounts than Opening Balance formula...
    See more | Go to post
    Last edited by maheshwag; Sep 16 '11, 04:22 PM. Reason: Making Attractive

  • Runing same report multiple times with same query

    Hey guys:

    I have a problem. I have a report that displays some sales info. I have a query that takes the data from an SQL Server database and I store it in a dataset. Up to there everything is ok. The problem is that I need to print the same report using Crystal Reports for each row in my query. Is there any way this can be done? I call a form with a ReportViewer tool to display the reports, wich are basic .rdlc reports.
    See more | Go to post

  • Determine what version of Crystal report is installed...

    Hi, how can i test (in a c# winform app) if on the client computer is allready instaled Crystal Reports (redist) and if is, what version is?
    Thank you and pls excuse my english!
    See more | Go to post

  • Multiple Crystal Reports stacked with transparency

    Greetings,

    I am creating a report to show the pressure curves of four different items. I am attempting to create a comparison chart, where all four curves can be seen at the same time, with an offset. What I need is either all four line graphs in a single report viewer, with the reports all transparent so you can see the curves of all of them, or I need to find a way to get all four curves inside the same chart.

    I...
    See more | Go to post

  • DaAdmin
    started a topic Array not printing out beginning and end

    Array not printing out beginning and end

    This is a formula I am writing in Crystal Reports and vb is the closest thing to it so hopefully someone can figure this out.

    I am dealing with a long string that looks like 0.0055;0;0;0;0. It looks like an array but doesn;t act like on. For example, I only need the first value but if I ask for myArray[1], I get "0", myArray[2] yields ".", etc. So I created this for loop to get what I want:

    Code:
    
    
    ...
    See more | Go to post

  • Crystal Reports: query prompts (date) and dynamic parameters

    Hi,

    I do have a big problem:
    We are creating a reporting tool for logistic solutions using Crystal Reports.

    I actually am programming a history report. There are millions of lines in the resultset.
    I have added two date-parameter-prompts (date-from and date-until) to the query itself to prevent Crystal Reports from fetching millions of rows over TCP/IP.

    The problem:
    As soon as I'm...
    See more | Go to post

  • How to circle a textbox or box in crystal report based on formula field value?

    HI ,

    I am having Y [yes] and N [No] in PDF and i need to circle anyone based on the boolean value in Crystal report.Any suggestions pls......
    See more | Go to post

  • jagdeep gupta
    started a topic How to Use crystal reports
    in .NET

    How to Use crystal reports

    please give me link for downloading some books for crystal report generating
    See more | Go to post

  • saumi6676
    started a topic How to apply css to Crystal Report

    How to apply css to Crystal Report

    Hi,

    I have designed a report in Crystal Reports.NET (that is bundled along with visual studio 2008) and need to export it to PDF. Can I apply CSS to different sections in that report and will that be reflected in the resultant PDF ?

    Please help me out.

    Thanks,
    Saumitra
    See more | Go to post

  • sql SELECT to show multiple rows per row as required

    Is there a way to show multiple rows per row if required?
    For example, say the table I currently have show the following data:

    Impact to Business, Business Owner Name, Breakdown
    1)Application, John Doe, Application
    2)Hardware, Joe Smith , Hardware
    3)Multiple , ...
    See more | Go to post
    Last edited by Niheel; May 6 '10, 05:13 PM. Reason: spelling, grammar, removed unnecessary question details
Working...