I have a DW, and right now I am able to edit every row and column.
I would like to block all rows when DW opens, and be able to edit row only, if I choose it first and press f.e. button EDIT.
Is there a property which i have to set on open event?
I have a DW, and right now I am able to edit every row and column.
I would like to block all rows when DW opens, and be able to edit row only, if I choose it first and press f.e. button EDIT.
Is there a property which i have to set on open event?
I added a column (Edit), by adding in select
1 as "EDIT"
Then in columnproperty Protect i set an expression
EDIT = 1
and still i can edit column value. Any idea?