Possible bug - debugger showing different values to database

Hi,

I have an issue where values that the debugger shows are not actually the values that are being put in the database and that is causing me problems.

Screenshots below. Company IDs are showing as ‘2’ in the debugger, but an ID of ‘1’ is actually being put in the database - (It should be 1, but one of my fields Company ID is being left blank and i think that’s because it is trying to put 2 in there, and it is a linked field and will obviously reject the ID of 2, because it doesn’t exist.)





Anyone have an idea?

Thanks,
George

This topic was automatically closed after 70 days. New replies are no longer allowed.