以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 读取pv查询 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=170387) |
||||
-- 作者:qazlinle6 -- 发布时间:2021/7/24 11:03:00 -- 读取pv查询
With wb.AddPreview("","pv" & r("_Identify"),"编号","<span style=\'font-family:宋体;font-size:20px\'>" & r("编号") & "</span>") 读取pv查询
|
||||
-- 作者:有点蓝 -- 发布时间:2021/7/24 11:24:00 -- .Addbutton("操作", "list1.htm?pv=" & r("编号"), 1) 接收数据参考 http://www.foxtable.com/mobilehelp/topics/0113.htm
|
||||
-- 作者:qazlinle6 -- 发布时间:2021/7/24 11:33:00 -- 没看懂,可不可以帮我弄一下 |
||||
-- 作者:有点蓝 -- 发布时间:2021/7/24 12:01:00 -- 什么地方没看懂 |
||||
-- 作者:qazlinle6 -- 发布时间:2021/7/24 12:16:00 -- 怎么读取编号查询, |
||||
-- 作者:有点蓝 -- 发布时间:2021/7/24 13:30:00 -- Case "list1.htm" …… cmd.CommandText= "select *From xx表 where 编号 = \'" & e.GetValues("pv") & "\'" ……
|