displaying and populating data block items dynamically
666683Oct 22 2008 — edited Oct 23 2008Hi
I am a beginner in Oracle forms .
I have a data block with one item as text box . I am populating this text box item through a cursor written in when new block instance in the form.
My problem is that in property pallete I have given num of items as 1 as number of items displayed is not fixed and depends on the number of records fetched from the cursor . In this way only one records is displayed .
I want that when I fetch from the cursor and populate the data in data block item it should dynamically add a new item in the block and if the number of items displayed are more than a particular number say 5 then the scroll bar should be displayed.
Please help