Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi can any one elaborate on what does override locked fields exactly?
Checking this option enables selections to be made in the list box even if it is locked. The list box will still be locked for selections made elsewhere in the document.
Sreeni.
Can you explain more your requeriment?, please
To Lock field through script...
Sub Lock
ActiveDocument.Fields("FIELDNAME").Lock
End Sub
To override trigger..
Documents Properties >>Triggers >> Field Event Triggers,
In the option "On Unlock" add "Select in field" Lang the variable.
Then try "Lock field" trigger to keep the selection of Field
Let me know if you are looking for something else.
HTH
Sreeni
Hey ,
What i mean is say Example: there is list box. In General properties; you can find override locked field. I am asking about this.
Checking this option enables selections to be made in the list box even if it is locked. The list box will still be locked for selections made elsewhere in the document.
Sreeni.
thank u