9491.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: 有一些问题</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 有一些问题</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:more34@ms23.hinet.net">Ranma</a> on January 22, 1999 at 09:51:10:<p>
In Reply to: <a href="9489.html">有一些问题</a> posted by 小白痴 on January 22, 1999 at 08:17:53:<p>
首先布置一个label1及command1<br>dim db as database<br>dim rs as recordset<br>form_load<br>set db=opendatabase(path)<br>set rs=db.openrecordset(table)<br>end sub<br>command1_click<br>rs.movefirst<br>do while not rs.eof<br>   for i=0 to rs.fields.count-1<br>      label1=label1 & rs.fields(i).value<br>   next<br>   label1=label1 & chr(13) & chr(10)<br>   rs.movenext   <br>loop<br>end sub<br>我只知道这种写法,有点粗浅,但应可达到你的要求
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 9491-->
</ul><!--end: 9491-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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