Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
What will happen if i use Section Access; but comment the Section Application; line ?
Is Section Application; line must be there ?
Thanks in advance
It will not work, section application needs to be there in order for it to be applied,
Be sure to make a backup copy of your QVW before playing around with any section access related changes.
Yes, Section Application line should be there. If you are adding section access then there should be some thing on which you are going to apply that security.
It's a bit more nuanced than that.
The Section Application; statement doesn't have to be present if...
Section Application - being the default at script start - is usually omitted altogether from scripts without security.
Scripts that have only Section Access; won't do many useful things (if any at all) because your document will end up without a data model... But I can imagine that a document with just a series of buttons that pass control to other documents (document chaning) won't need a data model and will do just fine with only a Section Access; statement