|
|
|
|
Insert Error Handlers with One Mouse Click
You insert error handlers by selecting error handler you want in VB DocuMentor, then select the procedure to for the handler by clicking any where in it, and the click on "Insert Error Handler". You can define your own custom error handler to include procedure and module name. It can look like the following:
Notice that the custom error handler uses the Error Line function (Erl) so that it can be build with VB Builder to locate any program errors that occur. The Standard EXE error handler looks like this:
|
Send mail to webmaster@gridlinx.com with questions or comments about this web site.
|