3.2.0

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
November 20,
Because it is the same object?

tablaHijos = tablaFasesProy;
Alex (ActiveWidgets)
November 20,

This topic is archived.

See also:


Back to support forum