I had to make a program for my vb.net class and i have a few bugs, but the worst is my calculation porblems i have this in my program :
'Show Tax
sTax_bdf = Str(dblPrice_bdf * 0.08)
lblTax2_bdf.Text = FormatCurrency(sTax_bdf, 2)
when it runs it just comes up as zero. i dunno whats goin on, if someone could help that would be great thanks


Reply With Quote