Hi,
I have a form and a problem:)
Form is tied to a Sql view
View is generated with following command
set multilocks on
Create sql view patsient_view connection abihaigla share;
as select * from patsient where patsient.id=(?_isikid)
dbsetprop('patsient_view', 'View', 'Tables', 'patsient')...