Re: VB. Net String conversion Exception Hanlder message

Marv, see notes below:
You said:
       HI.
yes, the description is accuragteaccurate.
No, it is not, as you put it, accuragteaccurate.
yes, you enter the beginning, ending and the cost of goods, then click the
calculate button.
That is not what this says:
'Calculate  the beginning, ending and cost of living
...
Also you did not tell me what you were entering in the fields I requested values for.
Please give me the values you are entering in each field below.
       'Convert variables.
       With Me
           beginDecimal = Decimal.Parse(beginTextBox.Text)
Value Entered =
           endDecimal = Decimal.Parse(endTextBox.Text)
Value Entered
           costDecimal = Decimal.Parse(costTextBox.Text)
Value Entered
           averageDecimal = Decimal.Parse(averageTextBox.Text)
Value Entered
           turnoverInteger = Integer.Parse(turnoverTextBox.Text)
Value entered
           'Calculate Finance Details.
... removed for brevity.
Rick
__________
View the list's information and change your settings at http://www.freelists.org/list/programmingblind

Other related posts: