Programtically seting the modified row flag

1 reply. Last post: November 4, 2010 3:30 PM by Alfred La Garde
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Is it possible to programatically set the "modified row" flag?  I am currently setting the value of multiple rows with the following code, and would like to set the modification flag at the same time.

for (var i = 0; i < childRows.length; i++) { var row = childRows[i]; var txd1 = ISGetObject("wid1").Text; var statusCell = row.GetCell("INVOICE_STATUS"); //Put in error checking for blank dates statusCell.SetText(txd1, true);

}

Thanks,

Al

All times are GMT -5. The time now is 6:53 PM.
Previous Next