Results 1 to 3 of 3

Thread: Crystal reports 9 Viewer In my VB6 form

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2007
    Location
    Ft Myers, FL
    Posts
    7

    Crystal reports 9 Viewer In my VB6 form

    Hey Everyone,

    I have a CR 9 viewer in my VB form. Works great on my computer because i Have CR9 developer installed and have all the drivers.

    However, when I make my app a exe, and run that on a persons computer that does not have Crystal installed, they cant run the report. I tried coping the DLLs to there system32 folder, but no luck. How can i get these DLLS installed correctly?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Crystal reports 9 Viewer In my VB6 form

    You can't just copy a program from one computer to another. You have to formally install it.

    To do that, you need to make and installation and setup package, and then ship the resulting Setup.Exe to whoever needs to use the program.

    They, in turn, will run your Setup.Exe which will install your program.

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

    Re: Crystal reports 9 Viewer In my VB6 form

    You need to package the Crystal dependancy files (dlls and ocx) for the code you have written. You dont distribute everything as it would be over 20Mbs.

    I think CR 9 uses the Merger Modules so you only need to package that.

    Thread Moved
    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

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