Results 1 to 7 of 7

Thread: Crystal report forum

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Crystal report forum

    Hi,
    Can anyone point me to a Crystal Report forum where there is good amount of traffic? I came across certain sites through Google but they didn't seem to have much activity.

    Thanks.

  2. #2
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Crystal report forum

    www.businessobjects.com is the official site of crystal reports and they have a forum. But so do we... so what exactly do you need help with?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Re: Crystal report forum

    Thanks. Must be out of minds; didn't search here for one.
    The problem I was facing was more of a design issue for which I'd done a posting here. Since the reply was not coming forthwith (even the viewings were absymally low ) so thought of asking this question. Now I think I've got a workaround to the problem (please correct me if I'm wrong). What I'm going to do now is create a dataset1.xsd file. Since I know what are the column names that are going to be there in the grid, I'll create a datatable from the items there (the grid is unbound) and then try to feed the data from this datatable to the "Table Element" that I've created in the dataset1.xsd. Still to test this out. Let's see how this plan turns out to be and will post back if faced with any specific problem.
    Thanks.

  4. #4
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Crystal report forum

    If I catch you right, then I have done just what you are talking about.

    I create the data in VB.NET at run time, and then pass it over to the crystal report to display it. So the crystal report never actually hits a database, the data is all queried in VB first, and simply passed to the report.

  5. #5
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Crystal report forum


  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Jun 2004
    Location
    All useless places
    Posts
    917

    Re: Crystal report forum

    Quote Originally Posted by kleinma
    I create the data in VB.NET at run time, and then pass it over to the crystal report to display it. So the crystal report never actually hits a database, the data is all queried in VB first, and simply passed to the report.
    That's correct. The only difference between what you've done and I'm trying is that I've created a .xsd and from there placing the fields onto the report at design time. Now presently facing the problem of attaching the DataTable that I've created from the grid to the Table I've created in the .xsd. Any idea how I can achieve this?
    Quote Originally Posted by kleinma
    The page doesn't open up due the restrictions clamped as business rules.
    Still trying...

  7. #7
    I'm about to be a PowerPoster! kleinma's Avatar
    Join Date
    Nov 2001
    Location
    NJ - USA (Near NYC)
    Posts
    23,373

    Re: Crystal report forum

    thats what I had done. I created an XSD from the datatable schema, then created a report at design time using the XSD as the data source. Then at run time I can create the datatable, and simply pass it to the report.

    That link i posted that you said you can't get to should contain an example on how to do this. Can you access it from home instead maybe?

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