Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

override locked fields

hi can any one elaborate on what does override locked fields exactly?

1 Solution

Accepted Solutions
SreeniJD
Specialist
Specialist

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.

View solution in original post

5 Replies
ecolomer
Master II
Master II

Can you explain more your requeriment?, please

SreeniJD
Specialist
Specialist

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

Not applicable
Author

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.

SreeniJD
Specialist
Specialist

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.

Not applicable
Author

thank u