Guest_imported
New member
- Jan 1, 1970
- 0
I have a results page which shows a list of all "applications" (and associated data) conforming to previous search criteria.
However, for each "application", I want to display all "application names" (1 application can have many application names) on the same line.
Eg.
Application Status Date Names
1000 New 18/10/00 Fred Smith, Joe Bloggs
1001 New 17/8/00 Tim Brown
I essentially need a CFOUTPUT within a CFOUTPUT, to construct all the names, but you can't do this in ColdFusion !
I'm using an Oracle database. Any help would be appreciated.
Simon.
However, for each "application", I want to display all "application names" (1 application can have many application names) on the same line.
Eg.
Application Status Date Names
1000 New 18/10/00 Fred Smith, Joe Bloggs
1001 New 17/8/00 Tim Brown
I essentially need a CFOUTPUT within a CFOUTPUT, to construct all the names, but you can't do this in ColdFusion !
I'm using an Oracle database. Any help would be appreciated.
Simon.