if r("单据编号") ='" & r("单据编号") & "' then
dr("合同编号")= r("合同编号")
end if
if r("单据编号") ='" & r("单据编号") & "' then
不能判断条件,请帮助怎么才能在if语句中使用变量?
if currenttable.current("第一列") like '*湛江*' then
代码
en if
如果当前表当前行“第一列”单元格的数据包括“湛江”,则执行某命令,如何写判断条件。
[此贴子已经被作者于2009-11-4 11:20:43编辑过]
if currenttable.current("第一列").
contains("湛江") then
.................
......................
........................