Results 1 to 5 of 5

Thread: Can Someone please show me how to Create a Report using Crystal in VB

  1. #1

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Can Someone please show me how to Create a Report using Crystal in VB

    Hi All,

    I want to create a report in my VB app using crystal reports. It's my first time using crystal so please offer me your valued assistance.

    Regards,
    Nitesh

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Can Someone please show me how to Create a Report using Crystal in VB

    I whipped up a quick example, if you have any question just let me know. BTW you have to have CRIX installed on your machine in order for this to work.
    Attached Files Attached Files
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  3. #3

    Thread Starter
    PowerPoster Nitesh's Avatar
    Join Date
    Mar 2007
    Location
    Death Valley
    Posts
    2,556

    Re: Can Someone please show me how to Create a Report using Crystal in VB

    Wow, Thanks alot Mark. Your assistance is really appreciated. Looking at your example I have managed to create a report of my own. I am trying to generate team lists for a school for matches they participate in.

    So far I have managed to generate the report listing all the pupils names and surnames. The thing is, how can I display fields such as the Venue and the Opposition. I have a SQL query that retrieves all the names and surnames of pupils for a specific match. How do I bring in the Venue and Oppositions fields for example.

    Thanks again.

  4. #4
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Can Someone please show me how to Create a Report using Crystal in VB

    Do the two tables have a common field? If so, you would need to join them and then update the datsource of the report and add the new fields.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  5. #5
    Lively Member
    Join Date
    Feb 2007
    Location
    Manila
    Posts
    85

    Re: Can Someone please show me how to Create a Report using Crystal in VB

    hi guys i'm kinda new with crystal reports.. is CRIX an ocx? if it is where can i get one? i'm using vb6 and sql server 2000

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