Hello I am very new and am trying to learn as much as I can,
But I am having a hard tiem getting my head bent around this stuff.
I have a table with the following fields and data
Tab SubTab FileName
1 a abc.zip
1 a def.zip
1 b ghi.zip
1 c jkl.zip
2 a mno.zip
3 a pqr.zip
I want to create a tab form dynamically based on the results
of a query for the tab and
subtab(childtab)
For ex
cfquery returns a list of tabs with all subtabs for each tab,
I need to walk through some type of
loop query building the list of tabs based on each tab
returned in the query and then build each sub
tab associated to it's parent tab progromatically and finally
build a grid based on the files
associated to each tab/subtab and have a text file displayed
dynamically based on the file selected
in the grid.
Can this be done easily. I can create all the tabs needed
manually. I am just trying to makes things dynamic and
take the data from a query instead of doing all the extra
coding.
Thanks
Jim