gulya2005
31st March 2008, 14:14
for k = 1 to audit_flds
alloc.mem(values,AUD_MAX_FLD_SIZE,2)
ind = aud_get_fld_values(k, colinfo, rec_buff, values)
free.mem(values)
endfor
Fatal Error: aud_get_fld_values.colinfo index 8225 out of dims [2] 172
Fatal Error: Can`t continue....
When the type of operation is delete or insert this code works fine. But when the type of operation is update, it returns error. What`s wrong here?
alloc.mem(values,AUD_MAX_FLD_SIZE,2)
ind = aud_get_fld_values(k, colinfo, rec_buff, values)
free.mem(values)
endfor
Fatal Error: aud_get_fld_values.colinfo index 8225 out of dims [2] 172
Fatal Error: Can`t continue....
When the type of operation is delete or insert this code works fine. But when the type of operation is update, it returns error. What`s wrong here?