以文本方式查看主题

-  Foxtable(狐表)  (http://foxtable.com/bbs/index.asp)
--  专家坐堂  (http://foxtable.com/bbs/list.asp?boardid=2)
----  这个代码  (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=149743)

--  作者:ygg8310
--  发布时间:2020/5/11 11:26:00
--  这个代码
Dim dr As DataRow
dr = DataTables("产品订单").Find("产品 = \'PD01\'") 
Output.Show(订购时间) 
错在哪?

--  作者:有点蓝
--  发布时间:2020/5/11 12:05:00
--  
Dim dr As DataRow
dr = DataTables("产品订单").Find("产品 = \'PD01\'") 
if dr isnot nothing then
Output.Show(订购时间) 
endif