Is there a way to force a xpage data/readonly property to look to the Author Field? If a Users is not a member of the Authors field force the xpage to only appear in read mode.
I do not want a user to change the page mode with: &action=editDocument.
Is there a way to force a xpage data/readonly property to look to the Author Field? If a Users is not a member of the Authors field force the xpage to only appear in read mode.
I do not want a user to change the page mode with: &action=editDocument.
Subject: RE: ReadOnly property
I thought I saw something that might suit your needs in the ddwiki.nsf. Have you looked there? Try here: http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Workflow
You can probably do this 10 different ways. One way I was thinking of using, since I need to do this too shortly, was to encase my “form data” in a panel then set that panel’s ReadOnly property in one of the pageLoad events (not sure which one will work yet) based on the Authors field on the document. That should work but it may not be the most efficient solution.
Maybe other folks will weigh in with their opinions.