Print out form and reading access

I have an form set to keep privat =1, because it contains data fields which should not be displayed on a printout. Therefore, I designed a set of different printout forms selectable via a button: @Command([Compose]; “”; “”).The problem for me is that I would also like to allow users with reading access to print the data. But readers can not open the forms.

Is the printing right always linked to the edit right or is it a (not wanted) setting I did unintended?

Many thanks in advance for your help

Leini

Subject: Print out form and reading access

Set the forms to be available to public users, the last tab on form properties and set the ACL for the readers to be able to “Write public documents”.

Subject: Thank you very much! n/t