CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 9 of 9

Thread: Reports

  1. #1
    Join Date
    Apr 2001
    Posts
    3

    Reports

    Anyone have any suggestions of a good reporting tool to purchase with Visual Basic 6.0

    Thanks!


  2. #2
    Join Date
    Apr 2001
    Posts
    11

    Re: Reports

    Seagate Crystal Reports works well.
    You might make sure that the VB reporting tool isn't going to suffice before you go buy something though because you'll escape some of the packaging nightmares.


  3. #3
    Join Date
    May 1999
    Location
    Germany
    Posts
    106

    Re: Reports

    List&Label is great.
    www.combit.de

    Bye
    Peter


  4. #4
    Join Date
    Apr 2001
    Posts
    3

    Re: Reports

    We have extremely detailed reporting needs. So I think we are going to have to go with a package. Are you currently using Crystal??

    And thanks for the feedback:-)


  5. #5
    Join Date
    Apr 2001
    Posts
    11

    Re: Reports

    We are. Right now we're using Crystal 7. We're planning to upgrade to Crystal 8, but they had some problems with their install that was screwing up the Registry (this was a while ago). I hope that it has been fixed.
    I don't personally design the reports, but we haven't had a report request that we haven't been able to fulfill, yet.
    The reason I mentioned the deployment is that you've got to include a lot of dlls in your install if the app is on the client.


  6. #6
    Join Date
    Apr 2001
    Posts
    3

    Re: Reports

    Thanks! That is definitely helpful. I haven't done this before so searching for an appropriate tool is becoming more involved than I have thought!


  7. #7
    Join Date
    Feb 2000
    Location
    Ireland
    Posts
    808

    Re: Reports

    How's it going
    I noticed that you said you used Crystal 7.
    I'm using it as well and I have found that the runtime file requirements are a nightmare wit hsome reports working and some not.
    I don't suppose you could send me a list of the dll's you distribute with your app so that I can see if I'm missing anything.
    Cheers
    Tony


  8. #8
    Join Date
    Apr 2001
    Posts
    11

    Re: Reports

    I'm not sure if this is everything, but here is a list of some we do use:
    craxdrt.dll
    craxddt.dll
    craxdui.dll
    p2smon.dll
    crpaig32.dll
    u2fodbc.dll
    u2l2000.dll
    u2ddisk.dll
    u2dmapi.dll
    u2fcr.dll
    u2fdif.dll
    u2fhtml.dll
    u2frec.dll
    u2frtf.dll
    u2fsepv.dll
    u2ftext.dll
    u2fwks.dll
    u2fwordw.dll
    u2fxls.dll
    crxlat32.dll
    u2lcom.dll
    u2lbar.dll
    u2ldts.dll
    u2lexch.dll
    u2lfinra.dll
    u2lsamp1.dll
    u2frdef.dll
    u2dvim.dll
    u2dpost.dll
    u2dnotes.dll
    u2dapp.dll
    crviewer.dll

    There are also several MS dlls that are dependencies also, but I've found that the seagate site has a decent amount of info about those depency files.

    Good luck,
    Adam



  9. #9
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Reports

    Great!

    Special thanks to Lothar "the Great" Haensler. Come back soon, you Guru.
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

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

Featured