Results 1 to 25 of 25

Thread: Vb 6.0 Setup and Crystal Report 8

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    11

    Vb 6.0 Setup and Crystal Report 8

    Hi friends,
    I have developed an application in visual basic 6 and MySQL 2000 as database... and seagate crystal report 8.5 as reports. I created a set up for it using Set Up Factory 7.0 as an installer but when I install the setup on some other computers which do not have Crystal Report Installed on them, then the reports do not display. I have used SYSTEM DSN To Connect to Reports when i was Creating the report. My set up include the following files to be copied in the client computer. The destination folder is also mentioned:

    1.Crystl32.OCX : C:\WINDOWS\system32
    2.MSCOMCT2.OCX :C:\WINDOWS\system32
    3.MSCOMCTL.OCX :C:\WINDOWS\system32
    4.All the files of the "CRYSTAL" folder copied to C:\WINDOWS\CRYSTAL

    I have refer the Help files which is in C:\Program Files\Seagate Software\Crystal Reports\Developer Files\Help\Runtime.hlp to see which are the files needed at runtime also but could not find any more other the ones specified above.

    Please help....

    Thx

  2. #2
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: Vb 6.0 Setup and Crystal Report 8

    first
    welcome on the forums friend this problems also happen with me....
    for removing this u have to include the dll of cry report....

    but till now the batter idea is that plese make dsn use dsn to make report...
    and use p and d wizard for making set up....

    also include the code in ur programmme that make run time dsn....

    we can make the setup using setup factory...
    but need some dll

    ok

    1.Crystl32.OCX : C:\WINDOWS\system32
    2.MSCOMCT2.OCX :C:\WINDOWS\system32
    3.MSCOMCTL.OCX :C:\WINDOWS\system32
    search all above file in the pc and add to the set up

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    11

    Re: Vb 6.0 Setup and Crystal Report 8

    Hello shakti5385,

    Thx for the reply. Well do u mean in order for the client computer to display the reports, I have to include code in my VB programmme that make run time dsn?
    Also u mention to include dll for crystal report in the set up. Can u please specify which dll I need to include in the client computer??

    Do I need the three files below in the clien PC order to display the reports or I need additional files?
    1.Crystl32.OCX : C:\WINDOWS\system32
    2.MSCOMCT2.OCX :C:\WINDOWS\system32
    3.MSCOMCTL.OCX :C:\WINDOWS\system32

    Basically I just need the client PC to display the reports without requiring to install crystal reports in the client PC.

    Sorry I am a beginner in this...

    Thx
    Last edited by vdillum; Aug 1st, 2006 at 06:28 AM.

  4. #4

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    11

    Vb 6.0 Setup and Crystal Report 8

    Hello shakti5385,

    Thx for the reply. Well do u mean in order for the client computer to display the reports, I have to include code in my VB programmme that make run time dsn?
    Also u mention to include dll for crystal report in the set up. Can u please specify which dll I need to include in the client computer??

    Do I need the three files below in the clien PC order to display the reports or I need additional files?
    1.Crystl32.OCX : C:\WINDOWS\system32
    2.MSCOMCT2.OCX :C:\WINDOWS\system32
    3.MSCOMCTL.OCX :C:\WINDOWS\system32

    Basically I just need the client PC to display the reports without requiring to install crystal reports in the client PC.

    Sorry I am a beginner in this...

    Thx

  5. #5
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: Vb 6.0 Setup and Crystal Report 8

    please reply in previous tread....
    and do not post 2 thread for same question...
    go to previous thread and click on reply and post there

  6. #6

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    11

    Re: Vb 6.0 Setup and Crystal Report 8

    Hello shakti5385,

    Thx for the reply. Well do u mean in order for the client computer to display the reports, I have to include code in my VB programmme that make run time dsn?
    Also u mention to include dll for crystal report in the set up. Can u please specify which dll I need to include in the client computer??

    Do I need the three files below in the clien PC order to display the reports or I need additional files?
    1.Crystl32.OCX : C:\WINDOWS\system32
    2.MSCOMCT2.OCX :C:\WINDOWS\system32
    3.MSCOMCTL.OCX :C:\WINDOWS\system32

    Basically I just need the client PC to display the reports without requiring to install crystal reports in the client PC.

    Sorry I am a beginner in this...

    Thx

  7. #7
    Just Married shakti5385's Avatar
    Join Date
    Mar 2006
    Location
    Udaipur,Rajasthan(INDIA)
    Posts
    3,747

    Re: Vb 6.0 Setup and Crystal Report 8

    Basically I just need the client PC to display the reports without requiring to install crystal reports in the client PC.
    add p2sodbc.dll in ur set up file at setup factory...
    no need to install now cry report

  8. #8

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    11

    Re: Vb 6.0 Setup and Crystal Report 8

    We are finding that the reports are now working thru the compiled exe. However, any reports which contain graphs outputs do not display - is there some other control file used to display the graphs?

    Rgds

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

    Re: Vb 6.0 Setup and Crystal Report 8

    Threads merged.

  10. #10
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Vb 6.0 Setup and Crystal Report 8

    Yes, This subject has been answered several times. Do a search of the forum.

  11. #11

    Thread Starter
    New Member
    Join Date
    Aug 2006
    Posts
    11

    Re: Vb 6.0 Setup and Crystal Report 8

    Hello,

    I want to export my report to PDF format. Can anyone tell me please which run time files are required in order to be able to export a report into PDF format. I checked the runtime help file and found that the two below files are required:
    atl.dll, crxf_pdf.dll
    But still I cant export the reports.
    Is there any other files to be included in my set up project??
    Plz help...

  12. #12
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Vb 6.0 Setup and Crystal Report 8

    Yes, there are.

    BTW: you should not use DSN's in your project if you want to deploy it easily.

  13. #13
    New Member
    Join Date
    Aug 2006
    Posts
    7

    please help me(crstal report 7 and 10)

    hi to all...
    can anyone here help me regarding my crystal report 7 and 10. i use crystl32.ocx on crystal report 7 and it works fine but when i used crystl32.ocx on crystal report 10 it doenst work i even try to registered it but same, it doesnt work. i searched on the internet regarding my problem and found a forum sites someone saying there that crystal report 10 doesnt support crystl32.ocx it only support craxdrt is this true?

    thanks....

  14. #14
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Vb 6.0 Setup and Crystal Report 8

    Where are you getting the information for what you actually need in your app? Where did you get the ocx if it did not come with CR 10. You can only use what came with CR 10 if that is what you are using.

  15. #15
    New Member
    Join Date
    Aug 2006
    Posts
    7

    Re: Vb 6.0 Setup and Crystal Report 8

    hi Sir randem
    i used the ocx in crstal report 7 . now i understand .
    but in crystal report 10 i did not find crystl32.ocx wher can i find it? , what i used is the craxdrt and it works fine.

    thanks a lot

  16. #16
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Vb 6.0 Setup and Crystal Report 8

    That is what you use. If CR 10 doesn't come with it you can't use it. How are you finding what dependencies you are using for your app?

  17. #17
    New Member
    Join Date
    Aug 2006
    Posts
    7
    hi sir

    im using vb 6 and my backend is sql

    thanks a lot for your time

  18. #18
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Vb 6.0 Setup and Crystal Report 8

    Yes, I know that. That wasn't the question. How did you find what to include in your app. You are using an Installer Package correct. If not you need to.

  19. #19
    New Member
    Join Date
    Aug 2006
    Posts
    7

    Re: Vb 6.0 Setup and Crystal Report 8

    yes sir, thanks a lot for your time

  20. #20
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Vb 6.0 Setup and Crystal Report 8

    You still did not answer any questions...

  21. #21
    New Member
    Join Date
    Aug 2006
    Posts
    7
    sir i am new to crystal report. my first report design i used CR 7
    through crystal report control i just wondering if crystal report control can be used to CR 10. in CR 10 i used the crystal report viewer ive learned it through internet tutorials and forums..

    thanks a lot for your time

  22. #22
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Vb 6.0 Setup and Crystal Report 8

    If you are new... It would be VERY helpful if you answered the questions asked so that someone could help you...

  23. #23
    A SQL Server fool GaryMazzone's Avatar
    Join Date
    Aug 2005
    Location
    Dover,NH
    Posts
    7,493

    Re: Vb 6.0 Setup and Crystal Report 8

    The crystl32.ocx stopped shipping after CR8.5 It is not avaiable in CR 9,10 or 11. You need to preview the report in a different method. If you just want to print you need to reference the Crystal Reports Engine DLL's for the app.
    Sometimes the Programmer
    Sometimes the DBA

    Mazz1

  24. #24
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    Re: Vb 6.0 Setup and Crystal Report 8

    Hi all friends,

    i have used crystal report 8.0 and compiled a setup in vb 6.0 Package and deployment wizard. please let me know as well wat files to include in setup for Graph reports so that i dont have to install crystal report on client computers. Also i have used the code via programming for making UserDSN at runtime.

  25. #25
    Lively Member
    Join Date
    Nov 2002
    Posts
    83

    Re: Vb 6.0 Setup and Crystal Report 8

    Dear all,

    One more thing it is also giving me message as Physical Database not found when i run the program on client computer. when i check for DSN it is present there. where as on server where i have compiled the setup its runs normal.

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