> > By the way: the upper line should delete the cursor and therefore unlock > the > record, but it must me a global variable (global curs), otherwise you will > keep producing new cursors without closing them correctly. > Ruslan! What if the cursor is a local variable - will it be closed correctly without explicitly setting it to VOID? Florian