Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Painting a Dynamic 2-D table
Good day to all,
I have this problem of painting a table consisting of dymanic columns and fixed rows, ie the dimension of the table can be 5x2, 5x3, 5x4 etc, and each cell is an individual record.
What is the best/easiest method to go about designing the layout?
Below are some possible methods:
(1) use master-details base-table block to build one block per row, or
(2) use control block to build one block per cell, or
(3) use grid.vbx to build a 2-D table.
Is there other methods?
And how to do it?
Thanks you in advance.
![]() |
![]() |