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
  1. Home
  2. General Programming
  3. Visual Basic
  4. Advanced error handle [modified]

Advanced error handle [modified]

Scheduled Pinned Locked Moved Visual Basic
helphtmlcomjson
3 Posts 2 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.
  • H Offline
    H Offline
    haggenx
    wrote on last edited by
    #1

    Hi! I have a cuestion, in vb6 the errors are handle by on error statement, he is very good error handle, but i would like can get more information about error than the err.description, who i think is more simple. I would programming my error handle similar to firefox error handle wich show the line error, the html code error line, error line reason, etc, i believe what not exist in error handle basic Thanks very much for your help Sorry: you could tell me if this is possible but using api because i working in access with vb to applications please, thanks -- modified at 11:52 Thursday 14th June, 2007

    Manuel say: Greetings from Mexico, Cuando salga el sol, no estare aqui... --------------------------------------- Web: http://www.otakuzone-fanzine.com Forum: http://www.otakuzone-fanzine.com/foro

    D 1 Reply Last reply
    0
    • H haggenx

      Hi! I have a cuestion, in vb6 the errors are handle by on error statement, he is very good error handle, but i would like can get more information about error than the err.description, who i think is more simple. I would programming my error handle similar to firefox error handle wich show the line error, the html code error line, error line reason, etc, i believe what not exist in error handle basic Thanks very much for your help Sorry: you could tell me if this is possible but using api because i working in access with vb to applications please, thanks -- modified at 11:52 Thursday 14th June, 2007

      Manuel say: Greetings from Mexico, Cuando salga el sol, no estare aqui... --------------------------------------- Web: http://www.otakuzone-fanzine.com Forum: http://www.otakuzone-fanzine.com/foro

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      The errorhandling in VB6 is actually pretty primitive and cannot supply the information you want. There is no API call you can make either since those API calls are already made by the VB6 runtime to get the information it's already giving you. About the only thing you can get is the message, the line number, and the module where the error occured. There's nothing you can do to get any more information about what caused the error.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007

      H 1 Reply Last reply
      0
      • D Dave Kreskowiak

        The errorhandling in VB6 is actually pretty primitive and cannot supply the information you want. There is no API call you can make either since those API calls are already made by the VB6 runtime to get the information it's already giving you. About the only thing you can get is the message, the line number, and the module where the error occured. There's nothing you can do to get any more information about what caused the error.

        A guide to posting questions on CodeProject[^]
        Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
             2006, 2007

        H Offline
        H Offline
        haggenx
        wrote on last edited by
        #3

        oops...ok, thanks very much for your help :((

        Manuel say: Greetings from Mexico, Cuando salga el sol, no estare aqui... --------------------------------------- Web: http://www.otakuzone-fanzine.com Forum: http://www.otakuzone-fanzine.com/foro

        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