如何在grid表格或临时表里实现累加
jmlwz 2003-01-18 11:15:05 如何在grid表格或临时表里实现累加
SELECT * from 表名 where 表名.编号=form_numb into cursor temp_table
thisform.grid1.recordsource='temp_table' <-------临时表如何实现累加
如何在grid表格里实现累加,把每次查询到的结果保存到grid(表格)
SELECT * from biao where biao.编号=form_numb into cursor temp_table
thisform.grid1.recordsource='temp_table'