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:329926
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to