Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
RT= new prt.RenderText
rt.Text = Format(CurRow("金额"),"$#0.00")
rt.x = 109
rt.y = 57
doc.body.Children.Add(rt)
金额是没有数据 可否隐藏 ($0.00) RT= new prt.RenderText rt.Text = Format(CurRow("金額"),"$#0.00") rt.x = 109 rt.y = 57 doc.body.Children.Add(rt) |
if curRow("金额") > 0 then
rt.Text = Format(CurRow("金額"),"$#0.00")
end if