In that case you need to set the value of fckEditor.value = "#resultOfButtonClick#"; to the result you want in the editor. That has to happen before you create the editor which is the last step at fckEditor.create();
Does that make sense? Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion, PHP, ASP, ASP.NET hosting from AUD$15/month On Fri, Jan 22, 2010 at 2:47 AM, Kim Hoopingarner <[email protected]> wrote: > > OK - stumped again. I need to move a value into the editor when a button is > clicked. I retrieve that value from the database - and then set the editor > equal. But it keeps returning blank - and I know a value is being returned > from the cfinvoke. > > <cfinvoke component="#session.cfc#.msr_multisigs_intros" method="getIntro" > returnvariable="qGetIntro"> > > <cfinvokeargument name="introID" value="#form.editIntro#" /> > </cfinvoke> > > I've tried this... > form.introText = qGetIntro.introText > > Another easy answer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:329958 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

