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).Co lumns.Add("Tota l", System.Type.Get Type("System.Do uble"),
"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).Co lumns.Add("Tota l", System.Type.Get Type("System.Do uble"),
"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
Comment