Hi
I have aproblem of using the command "pack". I usually wrote this word to permanently erase a record as I hit "delete button". But it always jumps out an error message "You have to open it in exclusive mode". Is there any extra sommands I miss or something I get worng. My code of "delete" button is as follows
sele table
set multilocks o
CURSORSETPROP("BUFFERING",3,'table1'
del
pac
begin tra
if tableupdate(.f.)=.f
rollbac
tablerevert(.f.
els
end tra
ski
end
How to fix it? please help
thanks
patrick