为什么老是出现“不能更新临时表”....请各位指教!
请赐教:
不知道为何?当我用(COMBOBOX)选择一内容时,我的要求是把我所选择的那一个记录放到数据表里的字段(数据表的字段是空记录),我所用的代码是:(combo1的click事件:)
sele 数据表1
store 数据表1.名称 to thisform.combo1.value &从表1选出名称,放进combo1&
thisform.refresh
sele 数据表2
store thisform.combo1.value to 数据表2.名称 &从表1选的名称,返回表2保存&
sele 数据表2
“保存”按钮的click事件:
sele 数据表2
tableupdate=.t.
*appe blan
repl 数据表2.名称 with thisform.combo1.value
thisform.refresh
sele 数据表2
它所出现的错误提示是:不能更新临时表!提示错误代码为:repl 数据表2.名称 with thisform.combo1.value