Hi, I have a problem
I trying to use more a template for each element of one list, to disply diferent tables. My problem is than I generate the name of the variables to set in the tcl page, but when I use the name of the variable in the adp, I must do it dynamicly as well, so I get the name of the variable, but I cant make the interpreter to know that the content of the variable who has the name is another variable.
If Im not clear enough, Ill try to explain it whith code:
.tcl
db_multirow name get_name { *SQL* }
.adp
<multiple name=name>
@@name.html@@
</multiple>
I use @@name.html@@ to especify that the content fo name.html is the name of another variable
What I would like to know is if this can be done ?
Ill apreciate any help