以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [不用管,保留下代码]SQLGetValues  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=132307)

--  作者:zto001
--  发布时间:2019/3/19 15:13:00
--  [不用管,保留下代码]SQLGetValues

Dim Products As List(Of String)
Products = DataTables("表A").SQLGetValues("ID", " 数值> 1 ", "时间")

For Each Product As String In Products

nfi.Ballocolor: rgb(0, 0, 255); font-family: 宋体; font-size: small;">" \'需要弹出的提示

nfi.ShowBalloonTip(1000) \'提示显示的事件(毫秒)

Next


--  作者:有点甜
--  发布时间:2019/3/19 15:50:00
--  

改成下面测试

 

Dim Products As List(Of String)
Products = DataTables("表A").SQLGetValues("ID", " 数值> 1 ", "时间")
msgbox(Products.count)

Products = DataTables("表A").SQLGetValues("ID")
msgbox(Products.count)