Is This A FORMS BUG??? [message #79284] |
Tue, 21 May 2002 14:30 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
Hello All,
My problem is that I have 4 max two digit text boxes on a form. These four boxes are...
month, date, year, year(century)
12 12 20 02
These boxes are database items and when entering a new century, ie. 02 and then clicking save (commit_form) the century box turn from 02 to just 2. I have not coded for this, so why is it doing it? Does it have something to do with the Y2K bug?
Thanx
T
|
|
|
|
Re: Is This A FORMS BUG??? [message #79297 is a reply to message #79285] |
Wed, 22 May 2002 08:18 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Tyler
Messages: 123 Registered: January 2002
|
Senior Member |
|
|
Ok, I made the text field char and when you click save now to add the new date, it seems to not change it from 02 to just 2.
But then when you leave the form and then come back in to edit it after, it's 2, not 02. Thus it's showing it as 02 just when you save it now, but it's actually saving it in the db as 2 (I don't change the datatype in the actual db do I, just the form text field right?)
Thanx
T
|
|
|
|