Hello eveyboby,
I have this problem:
I must update a record of a table named DATA
The update of the record could be made by more user at the same time.
The code that I use is this:
My problem is that the UPDATE operation gives always "*in51 = *on" and the record is never updated. But shouldn't it give me "*in51 = *on" only if the update operation fails?
Can someone give me help?
Thankk you in advance!
I have this problem:
I must update a record of a table named DATA
The update of the record could be made by more user at the same time.
The code that I use is this:
Code:
§USRCD Chain(n) DATA
++++++++++++++HiLoEq+++++
Update DATA 51
if *in51 = *on
Eval WMSG = ErrCod
Endif
Can someone give me help?
Thankk you in advance!





Comment