同样的保存代码,两个表格,保存后一个表格立即显示,而另一个表格不显示,要重新进入才显示
同样的保存代码,两个表格,保存后一个表格立即显示,而另一个表格不显示,要重新进入才显示。表单上有个grid1和container3.grid1。同时存入数据,怎么grid1立即就能显示,container3.grid1却不显示,要关闭在打开才显示存入的数据呢?
程序代码:
SELE cundao APPEND BLANK REPLACE 项目名称 WITH Thisform.text1.value Replace 配电柜编号 with thisform.text2.value Replace 品牌 with thisform. Replace 产品名称 with thisform. Replace 规格型号 with thisform. Replace 数量 with thisform. Replace 单位 with thisform.text43.value Replace 单价 with thisform.container2.text1.value Replace 合计 with thisform.container2.text1.value*thisform.= .T. thisform.refresh *—————————存入常用元器件--------------------- guige=thisform. cyjia seek guige order tag 规格 &&判断数据库中是否存在,存在即不存入 if found() ELSE APPEND BLANK REPLACE 项目名称 WITH Thisform.text1.value Replace 品牌 with thisform. Replace 名称 with thisform. Replace 规格 with thisform. Replace 价格 with thisform.container2.text1.value thisform.container3.grid1.Refresh thisform.refresh endif