Results 1 to 5 of 5

Thread: Crystal Report Generation for Data Manipulation

  1. #1
    Join Date
    Apr 2009
    Posts
    65

    Crystal Report Generation for Data Manipulation

    Hello,

    Can anyone provide me details regarding how could we generate Crystal reports to check the records for reference,I am just aware about the crystal reports are basically used for report generation,please help...

    Regards

  2. #2
    Join Date
    Mar 2008
    Posts
    258

    Re: Crystal Report Generation for Data Manipulation

    Here i will suggest how to create crystal reports but this would be in .NET, crystal report viewer that will be docked or normal view in any form.

    You have to create object of created report and form that contain report viewer.

    dim crp_MyReport= new crp_ReportTest
    Dim frm_Viewer=new frm_ViewerTest

    If u want to pass parameter
    dim parameter system.crystaldecision.shared.parameter
    dim parameters system.crystaldecision.shared.parameters
    dim parameters=crp_myreport.parameters
    for each parameter in parameters
    select .parameterfieldname
    case "parametername1"
    .currentvalue.addvalue(value)
    end case
    next
    frm_viewer.crv_viewer.refresh()
    frm_viewer.crv_viewer.reportsource=crp_Myreport
    frm_viewer.show()

  3. #3
    Join Date
    Mar 2008
    Posts
    192

    Re: Crystal Report Generation for Data Manipulation

    From the Report generation option select all the columns, which are having ISCII data. From Report select Insert Formula, specify any name and select OK. Now it will show a Formula Editor window with title as <formula name>.

    Select the Functions Tab and scroll down till you see Additional Functions: section. Here you will find some additional functions provided by GIST SDK. Select one of then and click on select button. The function will appear in the formula text. Select the column name, which you want to convert to ISFOC. Provide the script-mnemonics ("DV" / "DVB".. and so on). Click on Check button to see whether the formula text is correct. Click on Accept button. Apply the font to this formula field. Preview the report.

    Syntax for Crystal Report functions:

    * Iscii2Isfoc(String, String)
    * PcIscii2Isfoc( String, String)
    * Iscii7ToIsfoc(String, String)

    Since all this three functions are very specific to Crystal Reports, the first parameter is the column name and the second is the script Mnemonic . Before running Crystal Report please ensure the 'Crufliscii32.dll' is in your Windows\Crystal directory.

  4. #4
    Join Date
    Dec 2008
    Posts
    183

    Re: Crystal Report Generation for Data Manipulation

    You should have to follow these Step 1 :-To open the crystal report document, Right Click on your project.Select Add -> Add New Item. New window will appear as below. Give Name to your selecting second option i.e. As a Blank Report.Now your Crystal Report Document will get opened. On the left hand side there you will see Field Explorer from where you can interact with database.

  5. #5
    greenblue Guest

    Re: Crystal Report Generation for Data Manipulation

    Mabybe you can try RAQ Report. I'm using it now. It's a free excel-like reporting tool. RAQ Report Free Edition provides reliable Doc, Demo, Forum, Email support without any costs.

    Last edited by Gaurav; 03-08-2009 at 04:34 PM. Reason: Link removed

Similar Threads

  1. Which is best, Data report or Crystal report?
    By Smita.bendal in forum Software Development
    Replies: 5
    Last Post: 11-03-2010, 02:42 AM
  2. How to create reports using Crystal Report 10?
    By Chandraa in forum Windows Software
    Replies: 4
    Last Post: 07-01-2010, 08:14 PM
  3. Invalid printer specified on crystal report
    By Rixwel in forum Software Development
    Replies: 3
    Last Post: 25-09-2009, 09:10 AM
  4. Create Crystal Report from Excel
    By Harshini in forum Software Development
    Replies: 3
    Last Post: 04-05-2009, 02:09 PM
  5. help needed for crystal report
    By techfreakpeyx in forum Software Development
    Replies: 3
    Last Post: 10-12-2008, 02:01 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,292,780.67024 seconds with 17 queries