1、在查詢賬表,“部門(mén)科目賬”時(shí)出現(xiàn):“運(yùn)行時(shí)錯(cuò)誤 9,下標(biāo)越界”此問(wèn)題是由于部門(mén)編碼級(jí)次不正確的問(wèn)題引起的。兩邊的編碼級(jí)次不一致。并且部門(mén)檔案也有問(wèn)題。現(xiàn)在只能按照您已經(jīng)使用過(guò)的部門(mén)檔案修復(fù)成一致的。
參照?qǐng)?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ā)存匯總表查詢時(shí),如果結(jié)存數(shù)量和結(jié)存金額按系統(tǒng)默認(rèn)勾選查詢沒(méi)有問(wèn)題,如果根據(jù)自己情況選擇勾選(比如只選擇結(jié)存數(shù)量<0的情況)查詢,則提示運(yùn)行時(shí)錯(cuò)誤9,下標(biāo)越界.
安裝產(chǎn)品最新補(bǔ)丁。