|
-
Sep 19th, 2000, 09:31 AM
#1
Thread Starter
Hyperactive Member
I've got a masked edit box on my form, i want the user to be able to enter a currency value but i don't know if the value will be $.50,$5.00, $500, or $5,000, is there a way i can make the masked edit control put any of them in the proper format depending on input???
VB6.0 SP4
Windows 2000
I'm thinking of a number between
-
Sep 19th, 2000, 11:02 AM
#2
_______
<?>
if your mask is set to include the . then it should do
it.
ie
MaskEDBox1.mask = "$###,###.00"
"A myth is not the succession of individual images,
but an integerated meaningful entity,
reflecting a distinct aspect of the real world."
___ Adolf Jensen
-
Sep 19th, 2000, 11:09 AM
#3
Thread Starter
Hyperactive Member
your right, it does, i had to change the settings for my database field before it would accept it though
VB6.0 SP4
Windows 2000
I'm thinking of a number between
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|