| 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> |
|---|---|---|
| ||
| Previous by Date: | Re: Component in Application Scope and cflock, BKBK |
|---|---|
| Next by Date: | Re: Could not generate stub objects for web service invocation., RajeshKr127 |
| Previous by Thread: | cfquery dynamic return columns and fields to a table, CR_COOL |
| Next by Thread: | Re: Could not generate stub objects for web service invocation., RajeshKr127 |
| Indexes: | [Date] [Thread] [Top] [All Lists] |