database_value not returning proper value [message #134373] |
Wed, 24 August 2005 10:27 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
priyravi
Messages: 41 Registered: July 2005
|
Member |
|
|
Hi all,
The GET_ITEM_PROPERTY(ITEM_NAME,DATABASE_VALUE) does not seem to work in Forms 9i. Could anyone tell me if I am mising something or this is an Oracle bug.
I display the database value by using the GET_ITEM_PROPERTY built-in, as well as selecting it from the database (using a SELECT statement) and then displaying. The built-in returns the value that is on the screen (incorrect one), while the SELECT statement returns the database value, which is the correct one.
Any suggestions, anyone?
|
|
|
|
|
Re: database_value not returning proper value [message #134630 is a reply to message #134470] |
Thu, 25 August 2005 17:28 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
You say "the record status is insert when i modify any record" ... if the status is 'insert' then the status is 'insert' NOT 'update' ... are you building a new record? Have you used create_record and are now trying to popualte it?
David
|
|
|