:: Forum >>

Problem filterinf XML Table

There's my code:

var tablaHijos = new AW.XML.Table;
tablaHijos = tablaFasesProy;
tablaHijos.setRows("*[Descripcion='Fotos']");

Why tablaHijos.getCount() = tablaFasesProy.getCount() ?
PMC CS
Tuesday, November 20, 2007
Because it is the same object?

tablaHijos = tablaFasesProy;
Alex (ActiveWidgets)
Tuesday, November 20, 2007

This topic is archived.


Back to support forum

Forum search