Thanks for replying.

We are currently running this against a CF7 environment.

I have tried a variety of parameters.
1. flags, setflags, clrflags (using PdfAnnotation constants)
2. fflags, setfflags, clrfflags (using PdfFormField constants)

No change occurs to the PDF document.

I should mention that I added a couple extra lines after "setFieldProperty" 
(even though the code above doesn't show it).
  bRet = pdfForm.regenerateField( JavaCast("string", "text1") );
  WriteOutput("regenerateField of text1 - bRet: #bRet#<br>");

I noticed this in a few other snippets as well as the iText book examples.
Even though "bRet" return "YES".  It didn't seem to make a difference in making 
a PDF form field "Read Only". 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331461
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to