Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

cfoutput within a cfoutput question

Participant ,
Apr 17, 2008 Apr 17, 2008
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,
TOPICS
Getting started
383
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Apr 24, 2008 Apr 24, 2008
The <cfloop query="query"> worked great!

Thanks,
D
Translate
LEGEND ,
Apr 17, 2008 Apr 17, 2008
and where's the query?

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 18, 2008 Apr 18, 2008
Use <cfloop query="queryName"> withing the cfoutput tags. Hopefully it will solve your problem.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Apr 24, 2008 Apr 24, 2008
LATEST
The <cfloop query="query"> worked great!

Thanks,
D
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources