10671.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: 关于rdo的Findfirst 问题</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: 关于rdo的Findfirst 问题</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by AndyLin on March 06, 1999 at 09:27:37:<p>
In Reply to: <a href="10663.html">关于rdo的Findfirst 问题</a> posted by Victor Ngai on March 05, 1999 at 22:21:49:<p>
: 我想问其实rdoresultset 有没有提供像recordset里面的findfirst 功能?<br>: 如果没有...<br>: 有没有其它方法做到像findfirst的功能, 要如何做呢?<p>recordset 中的 findfirst 应该也是逐笔搜索,所以如果要做到类似功能应该只能用回圈之方式一一比对如:<br>r.movefirst<br>for i=1 to r.rowcount<br>   if r("aa")=搜寻字串 then <br>    ....<br>   end if<br>   r.movenext<br>next<br>觉得不好只能用 where 叙述取得想要之资料<br>不知道其他人有无更好之作法    <p>
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 10671-->
</ul><!--end: 10671-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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