Results 1 to 11 of 11

Thread: Crystal Reports Deployment

  1. #1

    Thread Starter
    Hyperactive Member VB4fun's Avatar
    Join Date
    May 2003
    Location
    too far from Fiji
    Posts
    342

    Crystal Reports Deployment

    I have posted this as a new thread, cause the other was sooooo long...

    I said I would, and I meant it.

    Attached is an outline of how to accomplish, along with setup script, for assistance in deploying an application which exports a Crystal Reports .rpt, to a .pdf format....for printing.

    Thanks goes out to Ken Bradford, for all his assistance and PATIENCE.... (you have no idea how much I appreciate your dedication!) and ARPrince (for causing me to dig in my heels and not give up in the beginning)

    Hope this helps someone out there.

    (and yes, my app is deployable with CR9 reports!)
    Attached Files Attached Files
    Last edited by VB4fun; Jul 3rd, 2003 at 04:58 PM.
    Talk does not cook rice.
    -Chinese Proverb

  2. #2
    Hyperactive Member ARPRINCE's Avatar
    Join Date
    Mar 2003
    Location
    Pinoy in NJ
    Posts
    381

    Smile

    This would come in handy sonner or later. Cheers!!

  3. #3

    Thread Starter
    Hyperactive Member VB4fun's Avatar
    Join Date
    May 2003
    Location
    too far from Fiji
    Posts
    342
    **bump**
    Talk does not cook rice.
    -Chinese Proverb

  4. #4

    Thread Starter
    Hyperactive Member VB4fun's Avatar
    Join Date
    May 2003
    Location
    too far from Fiji
    Posts
    342
    I believe this fixes any issues which might arise from XP...

    if someone has a problem, let me know...and I will look into it more...
    Attached Files Attached Files
    Talk does not cook rice.
    -Chinese Proverb

  5. #5
    New Member
    Join Date
    Oct 2003
    Posts
    3
    I install my setup application (uesd RDC9.0 ) in windows xp,
    BUT The program has no response when register craxdrt9.dll
    and the same when i register craxdrt9.dll by regsvr32.exe
    I want to know whether i can register craxdrt9.dll in windows xp

  6. #6
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Crystal Reports Deployment

    what the hell is instcow.exe

    i get ONE result on google!?

    I think you mean unicows.exe ??? why the name change?

  7. #7
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Crystal Reports Deployment

    Quote Originally Posted by VB4fun
    I believe this fixes any issues which might arise from XP...

    if someone has a problem, let me know...and I will look into it more...

    what complications were they??

  8. #8
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Crystal Reports Deployment

    To deploy a successful VB/CR application, one would benefit from using the
    Runtime.hlp file that list out what dlls/ocx's are required for each
    method/function in CR. It is included in the developer version of CR.

    HTH
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  9. #9
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Crystal Reports Deployment

    Thanks, I've had a read and hunted down all the dll's I needed to.

    From my understanding, some dlls need to be registered, and others don't? because they are just like a support library for the DLL that NEEDS to be registered .. (or something)

    My QUestion is, how do i know which dlls to tell INNO to register???

    Thanks,

  10. #10
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Crystal Reports Deployment

    Damnit


    "Can I simply copy the files over to have my application work?
    No. Some files are registrable files. This means that they export a function called DLLRegisterServer that has code to make required registry entries for the file. The only Crystal Reports files that need to be registered are craxdrt9.dll, craxddrt9.dll, crviewer9.dll, CRDesignerCtrl.DLL, and cdo32.dll. However, keep in mind that some of the dependencies of these files might need to be registered. The installation setup tool should take care of that for you.

    "

    rats
    Last edited by SkiNLaB; Feb 3rd, 2005 at 01:06 AM.

  11. #11
    Fanatic Member SkiNLaB's Avatar
    Join Date
    Jan 2002
    Location
    Sydney, Australia
    Posts
    747

    Re: Crystal Reports Deployment

    through simple trial and error these are dlls that i have found to be registerable, if u try and simply register them all, winXP machines will not be happy

    CRAnalyzer.dll
    craxdrt9.dll
    crqe.dll
    crtslv.dll
    crviewer9.dll
    exportmodeller.dll
    keycode.dll

    Note: I'm not including all optional crystal componetns, such as exporting to html etc, you may need to register those if your including them in your deployment.

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