We were just having a talk about sending null via a java function and apprently that wasn't possible until cf7...we are running 6.1
Eric On Mon, Mar 8, 2010 at 1:31 PM, Paul Hastings <[email protected]>wrote: > > 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:331451 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

