以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- CreateFromTable创建表 (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=120815) |
-- 作者:chenjiu6202 -- 发布时间:2018/6/24 17:18:00 -- CreateFromTable创建表 用CreateFromTable创建表后,用SetFormat去掉小数点
后面的零,是如何使用的,能具体指导下 |
-- 作者:有点色 -- 发布时间:2018/6/24 20:49:00 -- 你的table表格,先用setformat去掉小数点,然后再createfromtable生成表格。 |
-- 作者:chenjiu6202 -- 发布时间:2018/6/24 23:26:00 -- 我是用sql生成的,dt.datacol("金额").setformat("0") 没有起作用
|
-- 作者:有点甜 -- 发布时间:2018/6/24 23:34:00 -- createfromtable是保留格式的,createfromdatatable是没有格式的。
不然,你就手工处理 http://www.foxtable.com/mobilehelp/scr/0072.htm
|