问题描述
我正在使用vb6和sql server 2000做一个项目。
------------------- --------------------------------
我有一个带有两个列表视图控件的表单(在内部复选框)并填充两个列表视图。
列表视图中的列如下所示。
如果在列表视图1中选中一行的复选框,它将在列表视图2中搜索检查号和金额,如果匹配,则会自动选中列表视图2的复选框,否则显示找不到匹配的记录。
请帮助。
搜索条件:两者检查否和金额
列表视图1:
------------------ -
查看没有金额
111111 $ 250
222222 $ 300
333333 $ 150
444444 $ 200
列表视图2:
----------- ---------
查看没有金额
111111 $ 250
222222 $ 300
333333 $ 150
444444 $ 200
I am doing a project using vb6 and sql server 2000.
---------------------------------------------------
I have a form with two list view controls(inside check box) and populated the both list view.
Columns in both listview shown below.
If checkbox of a row selected in list view 1 it will search cheque no and amount in listview 2 and if match found the check box of listview 2 will be automatically selected,otherwise message appear "no matching record found".
Please help.
Search Criteria: Both cheque no and amount
List view 1:
--------------------
cheque no amount
111111 $250
222222 $300
333333 $150
444444 $200
List view 2:
--------------------
cheque no amount
111111 $250
222222 $300
333333 $150
444444 $200
推荐答案
这篇关于使用vb6中的两个列表视图控件搜索并选择匹配的行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!