Results 1 to 11 of 11

Thread: Decimal Places FIGURED OUT

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2004
    Posts
    131

    Decimal Places FIGURED OUT

    I have a Number UpDown box that everytime I type in..say 800 when I leave that box and click another it won't display 800.00

    It just stays 800 even though I have decimal place properties set on 2.

    I want users to type in 800 and when they hit on another box for it to display 800.00

    I tried this but it didn't work:

    Private Sub nudAmount_LostFocus()
    nudAmount.Text = Format(nudAmount.Text, ".00")
    End Sub
    Last edited by twisted; Jun 9th, 2004 at 10:39 AM.
    Twisted

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