Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. Crystal report 8.5 with vb 6.0

Crystal report 8.5 with vb 6.0

Scheduled Pinned Locked Moved Visual Basic
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    AJAYWVK87
    wrote on last edited by
    #1

    Can i trap crystal report pop up msg in vb 6.0

    V 1 Reply Last reply
    0
    • A AJAYWVK87

      Can i trap crystal report pop up msg in vb 6.0

      V Offline
      V Offline
      Vimalsoft Pty Ltd
      wrote on last edited by
      #2

      Here you go again , you dont Google http://www.google.co.za/search?hl=en&q=Can+i+trap+crystal+report+pop+up+msg+in+vb+6.0&btnG=Google+Search&meta=[^]

      Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

      A 1 Reply Last reply
      0
      • V Vimalsoft Pty Ltd

        Here you go again , you dont Google http://www.google.co.za/search?hl=en&q=Can+i+trap+crystal+report+pop+up+msg+in+vb+6.0&btnG=Google+Search&meta=[^]

        Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

        A Offline
        A Offline
        AJAYWVK87
        wrote on last edited by
        #3

        i used google but i can't find ans proper & here i used crystal report this sof connect with any technology vb 6.0, vb.net ..... so give me ans in with any tech if u know in vb.net then give ans. Thanx

        D V 2 Replies Last reply
        0
        • A AJAYWVK87

          i used google but i can't find ans proper & here i used crystal report this sof connect with any technology vb 6.0, vb.net ..... so give me ans in with any tech if u know in vb.net then give ans. Thanx

          D Offline
          D Offline
          DJ Matthews
          wrote on last edited by
          #4

          From what I know you can only use Crystal Reports 11.5 with .Net. Here at work we use 7-8.5 in VB6 with no problems, but I'm not sure what you mean by "trap the message box".

          A 1 Reply Last reply
          0
          • D DJ Matthews

            From what I know you can only use Crystal Reports 11.5 with .Net. Here at work we use 7-8.5 in VB6 with no problems, but I'm not sure what you mean by "trap the message box".

            A Offline
            A Offline
            AJAYWVK87
            wrote on last edited by
            #5

            when i run project (vb 6.0) & open at a time more then 5 report (Crystal report 8.5) then it will give me error Run-time error '-2147189547'(80047cd5) there are not enough concurrent access licenses to log you on. This system has 5 concurrent access license. Please try again later, or contact your system administrator to obtain more licenses. Licenses can be purchased direct from Seagate Software or through the Segate Software Online Store. Which pop up in crystal report but i wan't to trap this error in vb 6.0 here i put on error goto command but due to the error is pop up in cr so it is not worked so give proper solution for that. Thanx

            D 1 Reply Last reply
            0
            • A AJAYWVK87

              i used google but i can't find ans proper & here i used crystal report this sof connect with any technology vb 6.0, vb.net ..... so give me ans in with any tech if u know in vb.net then give ans. Thanx

              V Offline
              V Offline
              Vimalsoft Pty Ltd
              wrote on last edited by
              #6

              hi see he traps the Errors in this article, its not different http://www.codeproject.com/KB/vb/JatsArticle1.aspx[^] Hoep it helps

              Vuyiswa Maseko, Sorrow is Better than Laughter, it may Sadden your Face, but It sharpens your Understanding VB.NET/SQL7/2000/2005 http://vuyiswamb.007ihost.com http://Ecadre.007ihost.com vuyiswam@tshwane.gov.za

              1 Reply Last reply
              0
              • A AJAYWVK87

                when i run project (vb 6.0) & open at a time more then 5 report (Crystal report 8.5) then it will give me error Run-time error '-2147189547'(80047cd5) there are not enough concurrent access licenses to log you on. This system has 5 concurrent access license. Please try again later, or contact your system administrator to obtain more licenses. Licenses can be purchased direct from Seagate Software or through the Segate Software Online Store. Which pop up in crystal report but i wan't to trap this error in vb 6.0 here i put on error goto command but due to the error is pop up in cr so it is not worked so give proper solution for that. Thanx

                D Offline
                D Offline
                DJ Matthews
                wrote on last edited by
                #7

                have you tried a "try... catch" block to grab the error and do something with it? Like:

                Try
                rpt.Load(rptfile)
                CrViewer.ReportSource = rpt

                Catch ex as Exception
                MsgBox(ex.Message.ToString)

                Finally
                rpt.Close

                End Try

                If that wont work.. then it might be the CR 8.5 will only let you have 5 reports open on your computer... no matter what. In that case you'll have to buy more licenses.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups