macromedia.coldfusion.advanced_techniques
[Top] [All Lists]

cflayoutarea pass values

Subject: cflayoutarea pass values
From: "The ScareCrow" <info@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 30 Jul 2008 05:59:24 +0000 (UTC)
Newsgroups: macromedia.coldfusion.advanced_techniques

I have a cflayout "tab" with the actual tab pages being generated from the 
output of a query.

 The problem is I need to set the form fields to the query output values.

 Can any one help, the code is attached.

 Ken

 <cflayout name="tabTertiary" type="tab" align="center" style="width:95%;">
 <cfoutput query="rs_get_tertiary_education">
             <cflayoutarea 
                 name="tab1" 
                 title="Degree #currentrow#" 
                 source="frm_tertiary.cfm" 
                 style="margin-top:10px; border:1px solid white">
             </cflayoutarea>
 </cfoutput>
 </cflayout>


<Prev in Thread] Current Thread [Next in Thread>
  • cflayoutarea pass values, The ScareCrow <=