L
lancee
Unregistered / Unconfirmed
GUEST, unregistred user!
我用richedit编辑好格式,用:
with table1 do
begin
edit;
fields[1].asstring:=richedit1.Text ;
post;
end; 存入表中,然后用:
with table1 do
begin
edit;
richedit1.Text :=Fields[1].asstring ;
end; 取出,但其格式没有了
希望能保存格式。
with table1 do
begin
edit;
fields[1].asstring:=richedit1.Text ;
post;
end; 存入表中,然后用:
with table1 do
begin
edit;
richedit1.Text :=Fields[1].asstring ;
end; 取出,但其格式没有了
希望能保存格式。