Results 1 to 5 of 5

Thread: Calculation problem (Resolved)

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2003
    Posts
    1

    Angry Calculation problem (Resolved)

    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
    Last edited by Supraz01; Oct 2nd, 2003 at 01:29 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width