On 3/9/2010 12:11 AM, Eric Roberts wrote:
> bRet = pdfForm.setFieldProperty("text1", "flags", 68, JavaCast("null", ""));

just glancing thru your code:

- have you tried "setflags", etc.?
- if you set it to only RO does it work?
- have you tried w/the constant values or javaCast flags?

bRet = pdfForm.setFieldProperty("text1",

"flags", <<---- off the top of my head, can't recall if it's F or FF entries 
that need to be set, setflags vs setfflags, etc.

textField.FF_READ_ONLY, <<---- or javacast("64","int")

JavaCast("null", ""));



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:331450
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to