10601.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>谢谢各位的帮忙, 问题解决了!</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>谢谢各位的帮忙, 问题解决了!</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by Danice on March 04, 1999 at 11:01:40:<p>
In Reply to: <a href="10584.html">Re: 不行啦!</a> posted by 纪文和 on March 03, 1999 at 19:28:37:<p>
原先我 text 栏位设定属性 maxlength 的用意是要限定使用者输入资料的长度.<br>没想到限定的作用达到了, 却出现按 return 键无法跳到下一个栏位的问题, <br>后来, 经各位的帮忙, 问题终于解决了, 谢谢! 以下是解决的方法.<br>1. form 的属性 keypreview 设为 true.<br>2. 在 form_keypress 内加以下叙述.<br>    if keyascii=13 then<br>         sendkeys "{tab}"<br>         keyascii=0<br>   endif<p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 10601-->
</ul><!--end: 10601-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?