vfp6.0 如何将表单中的数据添加到表中

来源:百度知道 编辑:UC知道 时间:2024/06/10 10:40:17

可以建立数据环境,把相应的文本框加入环境,
再用repl命令加入表中就好了,
如:
REPLACE plan.类别 WITH thisform.类别1.Value
REPLACE plan.张数 WITH thisform.张数1.Value
REPLACE plan.归档时间 WITH thisform.归档时间1.Value
REPLACE plan.编制单位 WITH thisform.编制单位1.Value
REPLACE plan.档案号 WITH thisform.档案号1.Value
REPLACE plan.编制日期 WITH thisform.编制日期1.Value
REPLACE plan.资料名称 WITH thisform.资料名称1.Value
REPLACE plan.保管期限 WITH thisform.保管期限1.Value
REPLACE plan.存放地点 WITH thisform.存放地点1.Value
REPLACE plan.备注 WITH thisform.备注1.Value