在窗口的open事件中 有个sql语句
string gs_AccZxxx是全局变量 而且可以确保已经有值了(8,12)
但是执行下面这句怎么就没值了呢?
select count(*) into :list_sum from bm_zxxx where id in (:gs_AccZxxx)and FClose=0
我还用了
select count(*) into :list_sum from bm_zxxx where id in (8,12)and FClose=0 这个就有值了
------解决方案--------------------
在PB的 帮助里索引 dynamic sql 3 什么的.