Results 1 to 2 of 2

Thread: Hi All.

  1. #1

    Thread Starter
    Fanatic Member VisionIT's Avatar
    Join Date
    Nov 2002
    Location
    Workin'...
    Posts
    718

    Hi All.

    Just another quick post...

    How can i format a textbox, so the user has to enter data in pounds/pence format?

    IE...

    250.99 or 15.00

    I've tried the formatting section in VB, but it doesn't do anything...

    HELP!

    Regards,

    Paul.

  2. #2
    Frenzied Member Lightning's Avatar
    Join Date
    Oct 2002
    Location
    Eygelshoven
    Posts
    1,611
    try this:

    Code:
    text1.text = format(text1.text, "####.##"

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