How to lock a row in repeating table based on a dynamic condition?

A

Anoop

Hi all,

I need to lock a row(s) in the repeating table based on some conditions
like which user, which mode etc. I don't want a row to be deleted also.

I tried using the onBeforeUpdate event but the event gets fired too many
times, guess because of bubbling from the controls within, so cannot write
code as it will get executed many times.

any help appreciated.

Anoop
 
B

Bob C.

Can you use conditional formatting and disable fields based on values in
other fields?
 
Top