If =fields.ContractedQty > 0 I want my value to show
if =fields.ContractedQty = 0 I want my value to show
How can this be done. I have tried txtQty.DocumentMapText but it is empty so that does not work.
txtQty.Value = Convert.ToDouble(txtQty.Value).ToString(
"###,###,##0"
) +
" Gal"
txtQty.Value = Convert.ToDouble(txtQty.Value).ToString(
"###,###,##0"
) +
" Gal (Optional Delv. Location)"