G
Guest
Hi Everyone,
I have added a new column to an existing table. This column is to calculate
the total for an Line item. I'm setting as follows:
DS.Tables(0).Columns.Add("Total", System.Type.GetType("System.Double"),
"UnitPrice * Quantity")
I need to know if there is any way that I can refresh this column to force
it to recalculate the value for that line. I'm trying to get it to update
once the user enters a Qty value. Thanks for any info.
Michael
I have added a new column to an existing table. This column is to calculate
the total for an Line item. I'm setting as follows:
DS.Tables(0).Columns.Add("Total", System.Type.GetType("System.Double"),
"UnitPrice * Quantity")
I need to know if there is any way that I can refresh this column to force
it to recalculate the value for that line. I'm trying to get it to update
once the user enters a Qty value. Thanks for any info.
Michael