0
Participant
,
/t5/coldfusion-discussions/cfoutput-within-a-cfoutput-question/td-p/376840
Apr 17, 2008
Apr 17, 2008
Copy link to clipboard
Copied
Hello all,
I'm pulling data from several tables and one of the tables happens to be all the comments associated with a specific job. I'm able to output the last comment in the system but I can't seem to figure out how to show all the comments as well. I've pasted the code below:
Thanks,
I'm pulling data from several tables and one of the tables happens to be all the comments associated with a specific job. I'm able to output the last comment in the system but I can't seem to figure out how to show all the comments as well. I've pasted the code below:
Thanks,
TOPICS
Getting started
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Participant
,
Apr 24, 2008
Apr 24, 2008
The <cfloop query="query"> worked great!
Thanks,
D
Thanks,
D
LEGEND
,
/t5/coldfusion-discussions/cfoutput-within-a-cfoutput-question/m-p/376841#M34021
Apr 17, 2008
Apr 17, 2008
Copy link to clipboard
Copied
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Explorer
,
/t5/coldfusion-discussions/cfoutput-within-a-cfoutput-question/m-p/376842#M34022
Apr 18, 2008
Apr 18, 2008
Copy link to clipboard
Copied
Use <cfloop query="queryName"> withing the cfoutput
tags. Hopefully it will solve your problem.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Participant
,
LATEST
/t5/coldfusion-discussions/cfoutput-within-a-cfoutput-question/m-p/376843#M34023
Apr 24, 2008
Apr 24, 2008
Copy link to clipboard
Copied
The <cfloop query="query"> worked great!
Thanks,
D
Thanks,
D
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

