1、在查詢賬表,“部門科目賬”時出現(xiàn):“運(yùn)行時錯誤 9,下標(biāo)越界”此問題是由于部門編碼級次不正確的問題引起的。兩邊的編碼級次不一致。并且部門檔案也有問題?,F(xiàn)在只能按照您已經(jīng)使用過的部門檔案修復(fù)成一致的。
參照執(zhí)行如下腳本即可:

update accinformation  set cvalue='11' where csysid='aa' and cid='05'

update gradedef set codingrule='11'where keyword='department'

update department set idepgrade='2' where cdepcode='11'

update department set idepgrade='2' where cdepcode='10'

update department set bdepend='0' where cdepcode='1'

2、T6在收發(fā)存匯總表查詢時,如果結(jié)存數(shù)量和結(jié)存金額按系統(tǒng)默認(rèn)勾選查詢沒有問題,如果根據(jù)自己情況選擇勾選(比如只選擇結(jié)存數(shù)量<0的情況)查詢,則提示運(yùn)行時錯誤9,下標(biāo)越界.

 安裝產(chǎn)品最新補(bǔ)丁。