Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Lock all the controls in the hole document

Wrong number of arguments or invalid property assignment: 'q.LockAll'

My code


Sub Bloquear
Set q = ActiveDocument
q.LockAll (true)
end sub

Labels (1)
1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

According to the V9 API guide, LockAll takes no arguments. So it should be just:

q.LockAll

-Rob