I had the same issue. What we did is create 2 attachment pools. The first attachment pool has the ability to add/edit/delete. The second one only allows you to view. When $OPERATION$ = "CREATE", you make the first attachment pool visible, and the other pool hidden behind it. On submit, have an AL (action 1) copy the attachments to your hidden pool. Then have action2 set the original attachment pool to values to $NULL$. When $OPERATION = "MODIFY", show the hidden pool (that now has the attachments), and hide the first pool.
Brad Joerres Thomson Financial On Jun 5, 6:56 am, Dwayne Martin <[EMAIL PROTECTED]> wrote: > Greetings everyone, > > We want to create a "Diary" attachment field, which means that once you've > attached a document you can't delete or change it. > > I don't see the attachment fields in the field list for the active link > "Change Field" action. Is there any way you can dynamically make an > attachment field read-only? > > (ARS 7.01 patch 2, Linux server, Oracle 10 db) > > Dwayne Martin > Computing Support > James Madison University > > _______________________________________________________________________________ > UNSUBSCRIBE or access ARSlist Archives atwww.arslist.orgARSlist:"Where the > Answers Are" _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

