:: Forum >>

I want to cancel that add new rows. What should I do ?? Help me

I want to cancel that add new row.
I use this function for add new row.
------------------------------------------------------------------
obj.newRow = function() {
obj.setRowProperty("count", obj.getRowProperty("count") + 1);
obj.myData[obj.myData.length] = ["","","","","","","","","","",""];
obj.refresh();
}
-------------------------------------------------------------------

and I want to make a 'cancel' function.
'cancel' function is that cancel a 'newRow' fucntion.

thanks!!
plusay
Wednesday, November 10, 2004

This topic is archived.


Back to support forum

Forum search