Advanced error handle [modified]
-
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
-
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
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 -
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, 2007oops...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