Master Detail form storing multiple records [message #593012] |
Tue, 13 August 2013 09:49  |
 |
sumanthllr
Messages: 15 Registered: April 2013
|
Junior Member |
|
|
Hi,
I am new to the Oracle Forms.
I need a Master Detail oracle form for Oracle EBS.
The form should use only one table.
I need the form should look like User Form in EBS.
I created 2 data blocks and designed. When I run the form and key in some data, I notice multiple records stored.
like
Empno Ename Sal Comm
101 null null null
null John 2300 500
Empno is in Master Block.
And remaining are in Detail block.
Anybody suggest me how to remove the duplicate records so that my required output should be like
Empno Ename Sal Comm
101 John 2300 500
If there is another way suggest me ...
|
|
|
|
|
|
|
Re: Master Detail form storing multiple records [message #593134 is a reply to message #593071] |
Wed, 14 August 2013 08:27  |
joy_division
Messages: 4963 Registered: February 2005 Location: East Coast USA
|
Senior Member |
|
|
ashok_524 wrote on Tue, 13 August 2013 20:55
Type _______
Column1 Column2 Column3
_______ _______ _______
_______ _______ _______
_______ _______ _______
_______ _______ _______
Any alternative for this?
One multi-record block and set the number of items displayed property of TYPE to 1.
You will then have to find a way to populate TYPE for all additional records. There are many trivial ways to do that.
|
|
|