This is a multi-part message in MIME format.

------=_NextPart_000_01B6_01BFDB96.16B98EA0
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I am having a problem output nested infomation.  I can't seem to get =
more than 1 query (ie record stream) to output at a time.Basically I =
have a database where in one table there is a 'parent' record, and the =
other table has 'children' records, of which there could be many.

Now I want to output some information about the parent, and then list =
the children, and do this for many records in the db.  If I use the =
cfoutput query=3D name for the parent record, I have to close that =
before I can output the child records. Even using cfloop to display the =
child records doesn't seem to let me nest inside the outer cfoutput.  =
Since the logic in my program does a lot of processing and has many if =
statements within the outer cfoutput, openning and closing and openning =
and closing cfoutput is really awkward.  Isn't there any reasonable way =
to nest there cfoutput (except using group which doesn't really apply)?  =


Any insight would be appreciated.

----Ruthie

------=_NextPart_000_01B6_01BFDB96.16B98EA0
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3018.900" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I am having a problem output nested=20
infomation.&nbsp; I can't seem to get more than 1 query (ie record =
stream) to=20
output at a time.</FONT><FONT face=3DArial size=3D2>Basically I have a =
database=20
where in one table there is a 'parent' record, and the other table has=20
'children' records, of which there could be many.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Now I want to output some information =
about the=20
parent, and then list the children, and do this for many records in the=20
db.&nbsp; If I use the cfoutput query=3D name for the parent record, I =
have to=20
close that before I can output the child records.&nbsp;Even using cfloop =
to=20
display the child records doesn't seem to let me nest inside the outer=20
cfoutput.&nbsp; Since the logic in my program does a lot of processing =
and has=20
many if statements within the&nbsp;outer cfoutput,&nbsp;openning and =
closing and=20
openning and closing cfoutput is really awkward.&nbsp; Isn't there=20
any&nbsp;reasonable way to nest there cfoutput (except using group=20
which&nbsp;doesn't really apply)?&nbsp; </FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Any insight would be =
appreciated.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>----Ruthie</FONT></DIV></BODY></HTML>

------=_NextPart_000_01B6_01BFDB96.16B98EA0--

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to