| |
GeekInterview.com > Interview Questions > Oracle Apps > Forms Customization
| Print | |
Question: get records into a block with scroll bar
Answer: How can I get more than one record from a table appeared in a block with scroll bar. |
| February 02, 2008 02:16:36 |
#1 |
| Sudhir Sorout |
Member Since: February 2008 Total Comments: 8 |
RE: get records into a block with scroll bar |
follow these steps:.......... 1. go to the property of that block 2. choose Records->number of records displayed=10(now 10 records come at a time in block u can give any no of record here) and then choose scrollbar-> shw scroll bar='yes' and give here scroll bar canvas='name of canvas on which u use this data block'
now when u use execute_query for this block , if there are 100 records in that table ,then we can see 15 records at a time with scroll bar and scrll to see rest of records....
Hope ur prob will solve , if any prob , reply me
Sudhir Sorout |
| |
Back To Question | |