:: Forum >>
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
Friday, May 13, 2005
some suggest?
alfredo
Monday, May 23, 2005
up
alfredo
Monday, June 6, 2005
This topic is archived.
Back to support forum
Forum search