Populate DFF with DB values. [message #95287] |
Thu, 29 May 2003 16:55 |
Ramon
Messages: 2 Registered: February 2002
|
Junior Member |
|
|
I have an issue with a custom form of Oracle Applications (MRP module).
I should populate a DFF field (LOCATOR) with a value stored in a table, and I do it by using a statement with the following syntax:
block.field := value_retrieved_from_DB
but it doesn’t seem to store the value (I can see the value in the field, but it is deleted (wiped-out) as soon as I click into a new row in the grid of the form).
I actually implemented a query to populate also the LOCATOR_ID field, but the issue persists.
I’d really appreciate any advice you could give me.
Thanks in advance for your help.
|
|
|
|