I have Math in my Uses clause but neither of the following will work for me. I need
dm.tblMStockInitSqMtrs.Value to be limited to TWO decimal points.
Code:
tblMStocksqMtrs.Value := RoundTo(tblMStockHght.Value * tblMStockWdth.Value);
OR
RoundTo(tblMStocksqMtrs.Value) := (tblMStockHght.Value * tblMStockWdth.Value);