kysersoze12
19th April 2007, 07:46
Is there any way to put read lock on a record ?

In session tdrpl0412m000(Print picking list for RPL) I want to add position filter but I don't have program script of tdrpl0412m000 .Also I can not filter out positions at report script level because the table tdrpl100 is updated inside program script for all positions of RPL order .

So I will use wrapper and put read lock on positions which are not equal to position given on form .

If it is possible to put read lock on a record sessionwise it will be perfect solution for my requirement .

I have tried db.bind() and db.curr() with DB.LOCK but they are not of great use .

george7a
19th April 2007, 08:45
Hi,

Check this link about locking (http://www.baanboard.com/programmers_manual_baanerp_help_functions_database_handling_locking). Aother related link is the Application locks: overview (http://www.baanboard.com/programmers_manual_baanerp_help_functions_appl_application_locks_overview).

I hope it helps,

- George

mr_suleyman
19th April 2007, 09:09
AFAIK There is no read lock on Baan. (Record lock or App. lock)