Dear Westley,
In a nutshell, it is as follows:
Matrix oMatrix;
oMatrix = (Matrix)SBO_Application.Forms.ActiveForm.Items.Item("38").Specific;
oMatrix.DeleteRow(1);
// Update the totals in the form here. How?Regards.
Dear Westley,
In a nutshell, it is as follows:
Matrix oMatrix;
oMatrix = (Matrix)SBO_Application.Forms.ActiveForm.Items.Item("38").Specific;
oMatrix.DeleteRow(1);
// Update the totals in the form here. How?Regards.