P
Patrick Tingen
Guest
Looking at it, I cannot understand what is fundamentally different in this code as opposed to my first example: DO TRANSACTION: FIND bCust EXCLUSIVE-LOCK WHERE bCust.custNum = 1. bCust.name = '1'. FIND bCust NO-LOCK WHERE bCust.custNum = 1. bCust.name = '2'. END. Instead of running another procedure, I do exactly the same, only in the same code block. This time, the ABL says: ** bCust record has NO-LOCK status, update to field not allowed. (396) ** Unable to update bCust Field. (142)
Continue reading...
Continue reading...