6071.html
来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 23 行
HTML
23 行
<html>
<head>
<title>Re: 如何在 VB Error Handle 中 Show 出 error 发生的 Module and Function</title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 如何在 VB Error Handle 中 Show 出 error 发生的 Module and Function</h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by <a href="mailto:letsgo@ms6.url.com.tw">老怪</a> on September 27, 1998 at 21:19:44:<p>
In Reply to: <a href="6040.html">如何在 VB Error Handle 中 Show 出 error 发生的 Module and Function</a> posted by Peter Zhou on September 26, 1998 at 20:26:49:<p>
: 我一直在想, 如何在 VB 程式的 Error Handle 中用统一的方式, Show<br>: 出 Error 发生在什么 Module 和什么 Function(or Sub) 中.<br>: 目前我只能用在不同 Function 的 Error Handle 中写入Function的名<br>: 字,来做到这个功能,但这样每个 Function 的 Error Hundle 均不相同, 很<br>: 是烦人 !<br>: 您能帮我找到更好的方法吗 ?<p>: Best Regards !<p>Debug.Print Err.Source
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 6071-->
</ul><!--end: 6071-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?