13450.html

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

HTML
23
字号
<html>
  <head>
    <title>Re: DataGrid传Data给另一个DataGrid?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: DataGrid传Data给另一个DataGrid?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by JOB on May 27, 1999 at 09:44:20:<p>
In Reply to: <a href="13424.html">DataGrid传Data给另一个DataGrid?</a> posted by Chennet on May 26, 1999 at 20:48:42:<p>
: 我有二个DataGrid分别连上二个资料表<br>: 如何点选一个DataGrid的Column可将其<br>: 内容传至另一个DataGrid并将其存至该<br>: Table中?<br>intColu=dATAGRID1.Columns(1).Value <br>DATAGRID2.ROW=... <br>dATAGRID2.Columns(1).Value = intColu<br>试试看
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 13450-->
</ul><!--end: 13450-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

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