sunlover
30th March 2009, 18:07
Hi there,

I got a negative return value from a dal.update() but I cannot find the meaning of this error code . Is there any reference table giving the meaning for all those negative return values ?

Thx for any help !

toolswizard
30th March 2009, 19:22
The DAL can have many message errors returned for a single call. They are all placed in a buffer. The return values only signify the type of error, not the exact cause. You need to read the buffer message area for to find all the errors. Look at the only programmers manual wiki here on the board. http://www.baanboard.com/programmers_manual_baanerp_help_functions_message_handling_overview_and_synopsis

sunlover
31st March 2009, 13:12
Thanks a lot Bill for your helpful feedback !
See u