How to calculate difference between two text boxes
Posted: Tue Dec 06, 2011 11:24 am
I have two text boxes in the footer group that I need to display the difference. I tried this, but it doesn't work:
{ System.Convert.ToDouble(Text23.Text) - System.Convert.ToDouble(Text.22.Text)}
Because of the way our database is set-up, I can't subtract using the Sum function:
{ System.Convert.ToDouble(Text23.Text) - System.Convert.ToDouble(Text.22.Text)}
Because of the way our database is set-up, I can't subtract using the Sum function: