18146.html

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

HTML
22
字号
<html>  <head>    <title>Update Textbox using DBList</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Update Textbox using DBList</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:goat_studio@zdnetmail.com">Victor Tai</a> on August 30, 1999 at 22:58:10:<p>My database have 3 fields: Index(primary key), name and description.<p>The DBList will show the 'name' and the bound colume is 'index', and the textbox will show the 'description'.<p>How to we make when we click on the item in DBList, item in textbox also updated?<p>The way I set my database:<br> myData.databasename = app.path + "\..."<br> myData.recordsource = "select ... "<p>Hope somebody can help me ... thanks...<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 18146--></ul><!--end: 18146--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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