请教vb中的setgrid 函数 和setgridhead 函数的意思和用法
PublicSubsetgridhead()OnErrorGoTosetheaderrorMSFlexGrid1.Row=0MSFlexGrid1.Col=0setgri...
Public Sub setgridhead()
On Error GoTo setheaderror
MSFlexGrid1.Row = 0
MSFlexGrid1.Col = 0
setgridhead 是什么意思
If Option2.Value = True Then
sql = "select * from 户型资料 where hst_buildarea >='" & Trim(Text1.Text) & "' and hst_buildarea <='" & Trim(Text2.Text) & "'"
a.CursorLocation = adUseClient
a.Open sql
setgrid
setgridhead
displaygrid
a.Close
End If
setgrid setgridhead 是什么意思 展开
On Error GoTo setheaderror
MSFlexGrid1.Row = 0
MSFlexGrid1.Col = 0
setgridhead 是什么意思
If Option2.Value = True Then
sql = "select * from 户型资料 where hst_buildarea >='" & Trim(Text1.Text) & "' and hst_buildarea <='" & Trim(Text2.Text) & "'"
a.CursorLocation = adUseClient
a.Open sql
setgrid
setgridhead
displaygrid
a.Close
End If
setgrid setgridhead 是什么意思 展开
3个回答
展开全部
同意楼上观点,没有这个函数好像也没有这个api,因该是个自定义函数啦,如果有代码就贴出给你看下
调用的自定义函数,你那个是个模块或类模的一个过程,因该还有一个自定义函数setgrid的 setgridhead这个就是你这个过程
调用的自定义函数,你那个是个模块或类模的一个过程,因该还有一个自定义函数setgrid的 setgridhead这个就是你这个过程
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你这里的setgrid是不是自定义的一个函数?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询