5751.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 30 行

HTML
30
字号
<html>
  <head>
    <title>可以随意指向recordset的任何一个record吗?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>可以随意指向recordset的任何一个record吗?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:kkcheung@resolink.com">kkcheung</a> on September 17, 1998 at 19:41:19:<p>
如果有一个recordset,内有一佰个records,可有方法立即可指向我想到的record,如同foxpro的goto 40,便可到第40个record.<br>我想下面方法是可以,但好像愚蠢一点..<br>for i=o to 40<br>tempset.movenext<br>next i<br>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 5751-->
<!--top: 5766--><li><a href="5766.html">Re: 可以随意指向recordset的任何一个record吗?</a> <b>AndyLin</b> <i>09:15:09 9/18/98</i>
(<!--responses: 5766-->0)
<ul><!--insert: 5766-->
</ul><!--end: 5766-->
<!--top: 5752--><li><a href="5752.html">Re: 可以随意指向recordset的任何一个record吗?</a> <b>小季</b> <i>20:10:44 9/17/98</i>
(<!--responses: 5752-->0)
<ul><!--insert: 5752-->
</ul><!--end: 5752-->
</ul><!--end: 5751-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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