以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 自定义函数取值 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=92653) |
-- 作者:lshshlxsh -- 发布时间:2016/11/9 20:27:00 -- 自定义函数取值 For Each dr As Row In Tables("任务提醒").Rows
If dr("姓名")="a" Then Functions.remove("sl") Functions.Add("sl", dr("语句") ) Functions.Complie() dr("数量")=Functions.Execute("sl") MessageBox.Show(dr("数量")) End If Next 语句为 DataTables("表A").SQLCompute("count(_identify)","审核时间 is null ") 能返回值1 用 SQLCommand 返回0 请问是什么原因?
[此贴子已经被作者于2016/11/9 20:32:35编辑过]
|
-- 作者:有点蓝 -- 发布时间:2016/11/9 20:31:00 -- 什么问题呢? |