I have made buttons that adds and deletes rows on my Form
I have used this script to button ((add rows)):
Tablesons._Row1.addInstance ();
And this code to the button ((delete rows )) :
var vRows = Tablesons._Row.count-1;
for(var i=vRows;i>0;i--){
if (Tablesons.resolveNode("Row1[" + i + "]").Cell1.rawValue!==1) {
form1.main.Tablesons._Row1.removeInstance(i);
}
}
===
the Add button works perfectly
but the delete button is do nothing..
what is the wrong with it ?!
((Tablesons)) is the table name .
Solved! Go to Solution.
Here is a dynamic table sample with add and delete functionality, please refer it.
Thanks,
Mayank
Here is a dynamic table sample with add and delete functionality, please refer it.
Thanks,
Mayank
thaaankkk youuuu sooooo much ,,,,
Views
Replies
Total Likes
Views
Likes
Replies