Unable to update datablock with row fetched from LOV [message #635838] |
Thu, 09 April 2015 15:24 |
|
megha2525
Messages: 62 Registered: June 2012 Location: columbus
|
Member |
|
|
Hi All,
I am working on Oracle forms 10g.
I do have a new requirement which would enhance an existing form.
This is a master detail form based on Transactions table and Transaction_items table.
The Transaction Items data block has the fields.
item_name,
Quantity,
Unit_of_measure,
Unit Price.
Down at the bottom on the screen is a button called Copy_pre_transaction_log.
When a user clicks on Copy_pre_transaction_log an LOV pops up.
Consider an example where there are some transaction_items retrieved from the database.
A user selects a record from the LOV , clicks ok.
Right now, a new line item is being created in the transaction_items data block.
How can I update an existing transaction_item with the record from the LOV?
Thanks
Megha.
|
|
|
|
|
|
|
|
|