Results 1 to 9 of 9

Thread: Data Display in Crystal Report ???

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Tokyo, Japan
    Posts
    72

    Question Data Display in Crystal Report ???

    Hey I`m sorry for asking again and again, but I have not worked on Crystal Repots before this.

    What is basic concept of showing data in Crystal Report. When I select tables and fields in a report. Then all available data is displayed in that report OR can it be changed as per requirements. If yes then how ?

    e.g. I am having data of attendance (date / time) of Employees. And I want to display data only for specific month. In short how can I customize display in Cryst. Repo. ?

    One more que. : Format of a field is Date/Time and I stored time in it. (e.g. 14:00:00) but report is showing Date value at random (e.g. 99/12/30)

    Please Guide !
    Everybody is always learning something new !

  2. #2
    Hyperactive Member VB IT's Avatar
    Join Date
    Feb 2003
    Posts
    381

    Lightbulb Pass ADO RecordSet

    You can customize your crystal report by passing ADO RecordSet. All your problem will solve!
    Sorry for Bad English.

  3. #3
    Addicted Member
    Join Date
    Oct 2002
    Posts
    174
    On the right button click u can easily format the date problems. Do right click the date field and select 'Format Field'. I think u r all problems solve by this.

  4. #4

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Tokyo, Japan
    Posts
    72
    Hey Yahoo Thank you very much !

    I had forgotten this idea !!! But now will try !!!
    Everybody is always learning something new !

  5. #5

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Tokyo, Japan
    Posts
    72
    VB IT !

    Please tell me how to pass ADO recordset to Crystal Report.

    e.g. I am having CrystalReport1 and testRecSet now by which property I can assign this recordset to Cryst. Repo. ? and how can I assign values in that recordset to various fields in Cryst. Repo. ???

    Please Help !
    Everybody is always learning something new !

  6. #6
    Hyperactive Member VB IT's Avatar
    Join Date
    Feb 2003
    Posts
    381

    Post I you want to customize your report

    Firs Make Custom recordset and then make TTX file. After TTX file make report by using TTX file and pass your ADO Recordset to your report at run time. I attacked a fine in which you can find the way , how make TTX and Pass RecordSet.
    Attached Files Attached Files
    Sorry for Bad English.

  7. #7
    Lively Member
    Join Date
    May 2003
    Posts
    86

    Re: I you want to customize your report

    Originally posted by VB IT
    Firs Make Custom recordset and then make TTX file. After TTX file make report by using TTX file and pass your ADO Recordset to your report at run time. I attacked a fine in which you can find the way , how make TTX and Pass RecordSet.
    If the same task has to be implemented with executing a Stored Procedure,how would the code look like.
    Thanks

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Aug 2002
    Location
    Tokyo, Japan
    Posts
    72

    Thanks VB IT

    Hey VB IT, Thank you very much for sending Cry. Repo. Documentation. I was badly searching for it.

    Thanks and Regards
    Mahesh
    Everybody is always learning something new !

  9. #9
    Hyperactive Member VB IT's Avatar
    Join Date
    Feb 2003
    Posts
    381

    Talking Welcome

    You always welcome.
    Sorry for Bad English.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width