Results 1 to 5 of 5

Thread: Reports, reports, reports

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    Manila, Philippines
    Posts
    59
    To all geeks out there,

    Hi, I have a problem over here. I need to create a report having data coming from one master table and two children table. The book says that this cannot be created since the data report designer does not allow this kind of report. BUT I NEED IT FOR GOD SAKE! This can be easily done with Access and developer/2000. access has sub reports while report designer of developer/2000 has repeating frames which is completely customizable.

    Sirs and madammes, is there any tool in VB (even 3rd party) that can handle this kind of reports? Moreover, is there a better report designer for VB? I'm using visual basic 6.0.

    Thank you very much.


    Michael M. Miciano
    Analyst/Programmer

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670

    Thumbs up

    Crystal Reports from Seagate Software (www.SeagateSoftware.com) can handle most things - and it is extremeley customisable. For example you can place formulae behind formatting, record selection, colouring etc so things change depending on what data has been found.
    And Master / Child databases are a piece of cake with the Visual Linking (like in Access) Expert.

    DON'T get hold of version 5 or previous though because it will drive you mad. Go for version 7 or 8...

    'Buzby'
    Visual Basic Developer
    "I'm moving to Theory. Everything works there."

  3. #3
    Addicted Member
    Join Date
    Jan 2000
    Location
    Oshkosh, WI
    Posts
    163

    Talking

    I agree with Buzby, the data report desginer in VB only supports simple reports. If you can afford it I would spring for Crystal Reports. The desginer at times seems a bit quirky but overall it is quite powerfull.

  4. #4
    Hyperactive Member
    Join Date
    Nov 1999
    Location
    Columbia, SC USA
    Posts
    374
    I agree that the MSDataReport is a total piece of ****. I have to use it on my current project since my poor self can't afford Crystal Reports

    Orasbot, I had the same problem as you, and I got around it by creating temporary tables at run-time. I create the table and then copy the necessary data from the other tables into it with code. Then I change the command text in the data environment so that it will have a relation to the temporary table, and I delete the table in the DataReport_Terminate routine. Crude and a big pain in the ass, but what else can you do when you are broke.

  5. #5

    Thread Starter
    Member
    Join Date
    Nov 1999
    Location
    Manila, Philippines
    Posts
    59

    Unhappy

    Thanks guys. I really appreciate your replies. The product costs $495. That's too expensive, I can't even buy that VSFlexGrid I need.
    Maybe I would really need to create temporary tables. yeah right, this would be a great pain in my ass.

    I have a question. Why in the hell microsoft did not created such kind of tools in their product? If they can't, why did't they included Crystal Report Designer just like with VB 5.0? It tastes like hell.

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