- 7
- 0
- 约 8页
- 2016-12-18 发布于北京
- 举报
Private sub toolbar2_buttonclick(byval button as mscomctllib.button)
Select case button
Case”属性查询”
Supermap1.action=scaselect
Case”条件查询”
Dim objds as sodatasource;
Dim obdtvector as sodataset vector;
Dim objrecordset as sorecordset;
Dim objselection as soselection;
Set objds=superworkspace1.datasources.item(“mydatasource”)
If objds is nothing then exit sub
Set objdtvector=objds.datasets(“world”);
If objdtvector is nothing then
Msgbox”打开数据集错误”,vbinformation
Exit sub
End if
Set objrecordset=objdtvector.query(txtexpression.text,true)
If objrecordset is nothing then
原创力文档

文档评论(0)