need urgent replies [message #305354] |
Mon, 10 March 2008 09:06 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
vinaya.v
Messages: 8 Registered: March 2008
|
Junior Member |
|
|
how to populate the items into a display item from a database during the run time.
with regards
divya
|
|
|
|
Re: need urgent replies [message #305414 is a reply to message #305354] |
Mon, 10 March 2008 12:56 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
aliarshad77
Messages: 3 Registered: March 2008 Location: Kingdom Of Saudi Arabia
|
Junior Member |
|
|
To Populate Items Into A Display Item From Database
Write Post Query Trigger On Block Label....
Example:-
Suppose We Want To Display Dname In To Emp Table Then
Create A Display Item With Name Dname
And In Property Pallete Set Database Database Item=No
And Write Post Query Trigger On Emp(Block Label)
Select Dname Into :Dname From Dept Where Deptno=:Deptno;
All The Best....
|
|
|