Re: Two queries (nested cfoutput)

2001-04-16 Thread Jose Alberto Guerra Ugalde
You can change the nested cfoutput for a query cfloop: CFQUERY NAME="notices" DATASOURCE="newsAndNotices" select notice.noticeID, notice.title, notice.url, notice.information, documents.iconPath from notices, documents where notice.docType = documents.docTypeID /CFQUERY cfoutput

two queries (nested cfoutput?)

2001-04-15 Thread Aimee Abbott
I have have a problem in doing the cold fusion output (or the query) from three tables. I have simplified my example to just the part that is the problem -- hopefully I haven't simplified it too much. Basically I want a nested cfoutput to do what I want, I would like to know if this is

Re: two queries (nested cfoutput?)

2001-04-15 Thread Bonnie Betts
UTPUT OR you can even do this: CFOUTPUT query="notices" #title# #url# #information# #iconPath# #subnotices.title# #subnotices.docType# /CFOUTPUT Hope that helps. Bonnie E. Betts [EMAIL PROTECTED] www.interacttechs.com - Original Message - From: "Aimee Abbott" [EMAIL PROTECTED]

RE: two queries (nested cfoutput?)

2001-04-15 Thread Jason
Subject: two queries (nested cfoutput?) I have have a problem in doing the cold fusion output (or the query) from three tables. I have simplified my example to just the part that is the problem -- hopefully I haven't simplified it too much. Basically I want a nested cfoutput to do what I want, I

Re: two queries (nested cfoutput?)

2001-04-15 Thread Aimee Abbott
From: "Aimee Abbott" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Sunday, April 15, 2001 12:58 PM Subject: two queries (nested cfoutput?) I have have a problem in doing the cold fusion output (or the query) from three tables. I have simplified my exampl

RE: two queries (nested cfoutput?)

2001-04-15 Thread Dave Watts
Yes, you are right, I would like to do it in two queries also, I don't think what you described would work (but please correct me if I am wrong). What I want is: [icon] Notice(query one output) [subIcon] subdocument (query two output) [subIcon] subdocument (query two