Hi,
I hope that you can help me.
I build a treegrid by xml as follows:
xml.append(initafterinit);
String callAttachFooter = initcall1 + “attachFooter” + initcall2;
String txtFooter = “Resultado de ingresos - gastos por periodo:”;
String cadparamsfooter = txtFooter + “,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan”;
for(z = 0; z < nperiodos; z++)
{
cadparamsfooter += “,
}
String attachFooter = callAttachFooter + initparam + cadparamsfooter + endparam + endcall;
xml.append(attachFooter);
xml.append(endafterinit);
Xml file looks as follows:
Resultado de ingresos - gastos por periodo:,#cspan,#cspan,#cspan,#cspan,#cspan,#cspan,<div
id=‘p0’>,,,,,<div
id=‘p5’>,,,,,<div
id=‘p10’>,,,,
,,,,,
<
/div>,,,,
But it doesn’t work, why?
Thanks in advance.
/div>,,,,
But it doesn’t work, why?
Thanks in advance.