以文本方式查看主题 - Foxtable(狐表) (http://www.foxtable.com/bbs/index.asp) -- 专家坐堂 (http://www.foxtable.com/bbs/list.asp?boardid=2) ---- [求助]新建表格式化数字 (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=130012) |
-- 作者:xin869 -- 发布时间:2019/1/10 20:27:00 -- [求助]新建表格式化数字 老师,我新建表中的数字列需要格式化,用了format,为什么不起作用? ndr("收款金额") = Format(s1,"#,###.00")
ndr("付款金额") = Format(s2,"#,###.00") |
-- 作者:有点甜 -- 发布时间:2019/1/10 21:17:00 -- 设置列格式吧
http://www.foxtable.com/webhelp/scr/0050.htm
http://www.foxtable.com/webhelp/scr/1659.htm
|
-- 作者:xin869 -- 发布时间:2019/1/10 21:27:00 -- 谢谢老师,用SetFormat |