Hi Niall,I've got a similar issue with an Livecycle extended features
form which has repeating instances within.I have followed the below
coding to lock individual instances, allowing users to lock information
and then at a later date, add more. {form1.(name).lockButton::click -
(JavaScript, client) var j = _(name).count; for (var i=0; i Save As)and then reopened, the locked
fields are now unlocked and can be modified. It'd be preferable for
locked fields to be remain permanently locked.About th...