以文本方式查看主题 - Foxtable(狐表) (http://foxtable.net/bbs/index.asp) -- 专家坐堂 (http://foxtable.net/bbs/list.asp?boardid=2) ---- 两个列只能输入其中任意列的时候。。。 (http://foxtable.net/bbs/dispbbs.asp?boardid=2&id=67723) |
|
-- 作者:jinzhengbe -- 发布时间:2015/4/30 0:32:00 -- 两个列只能输入其中任意列的时候。。。
|
|
-- 作者:Bin -- 发布时间:2015/4/30 8:39:00 -- SystemReady = False if e.datacol.name ="dc" then e.DataRow("price")=e.DataRow("dc") *e.DataRow("markprice")/100
else if e.datacol.name ="price" e.DataRow("dc") =e.DataRow("price")/ e.DataRow("markprice") end if SystemReady = True |
|
-- 作者:jinzhengbe -- 发布时间:2015/4/30 13:08:00 -- 感谢感谢,非常感谢
|