Advertisement
Advertisement
| 06.30.2008 at 06:50AM PDT, ID: 23526813 |
|
[x]
Attachment Details
|
||
1: 2: |
textRegLaborHours.Text = Format(textRegLaborHours.Text, "N")
textRegLaborTotal.Text = (CDbl(textRegLaborHours.Text) * CDbl _(textRegLaborRate.Text)).ToString("N")
|