3.2.0

Bug when drop row

hi,
when drop row with follow code:

function removeRow() {
var index = obj.getProperty("selection/index");
returnVal = myData.splice(index,1);
obj.setRowProperty("count", myData.length);
obj.refresh();
}

Apear this error:

Error en tiempo de ejecución de Microsoft JScript: 'myData[...]' es nulo o no es un objeto.
alfredo
May 13,
some suggest?
alfredo
May 23,
up
alfredo
June 6,

This topic is archived.

See also:


Back to support forum