标签:integer erb 取数据 continue object count 窗口 分享 int
ls_colnum= integer(this.Describe("DataWindow.Column.Count"))
ls_colName = this.Describe("#"+String(li_i)+".name")
ls_colName = this.Describe("#"+String(li_i)+".name")
ls_sorderValue = this.Describe(ls_colName+".tabsequence")
if this.describe( "DataWindow.Processing") = "1" then //grid 风格数据窗口
This.Describe(ls_colName +".ColType" )
v_sType = dw_cur.Describe(v_sColName +".Type" )
//对象为字段和计算列有效
if upper(v_sType) = "COLUMN" or upper(v_sType)=‘COMPUTE‘ then
else
v_sDwObjs=mid(v_sDwObjs,v_iPos + 1)
v_iPos = pos(v_sDwObjs,‘~t‘)
continue ;
end if
dw_1.Describe("DataWindow.Objects")
dw_1.Describe("DataWindow.Syntax")
标签:integer erb 取数据 continue object count 窗口 分享 int
原文地址:http://www.cnblogs.com/yarightok/p/6800540.html