Dynamic crystal report,asp.net 2005(web based) with vb code ?

Last post 05-11-2008 9:46 AM by joseabie. 2 replies.

Sort Posts:

  • Dynamic crystal report,asp.net 2005(web based) with vb code ?

    05-10-2008, 6:34 AM
    • Loading...
    • raghu_grdr
    • Joined on 09-19-2005, 10:06 AM
    • MUSCAT,OMAN
    • Posts 94

    I have a page called with a text box claim no . When the user enters CLAIM no . With the help of the claim no . I should display all the other values fromt the table which is equal to this claim no .

    I am new to crystal report 11 and dotnet 2005 web based with VB . i use oracle as my database . Please guide me how to do it . Urgent

  • Re: Dynamic crystal report,asp.net 2005(web based) with vb code ?

    05-11-2008, 4:57 AM
    • Loading...
    • jagdipa
    • Joined on 06-26-2003, 7:00 AM
    • Manchester, UK
    • Posts 1,731

    I'm assuming that the textbox claim no is on an asp.net page. What you can do is create a crystal report that uses an xsd (XML Data Schema) to design the report. Then, in the asp.net page, you can run the query to return a dataset, and pass the dataset to crystal reports.

    Here's a page that describes how - although I think the writer has overdone this a little. You only really need to look at step 1 to create the xsd, step 2 to create the crystal report, and step 5 to learn how to pass the dataset.

    I cannot help you if the textbox claim no is actually in a crystal report. (sorry). 

    Intelligence is a burden.
    Jagdip Singh Ajimal
    Manchester (and yes, I am a Manchester United fan)
  • Re: Dynamic crystal report,asp.net 2005(web based) with vb code ?

    05-11-2008, 9:46 AM
    • Loading...
    • joseabie
    • Joined on 04-07-2008, 4:56 AM
    • Abu Dhabi
    • Posts 82
Page 1 of 1 (3 items)