Home » Developer & Programmer » Forms » Filling datablock
Filling datablock [message #116284] |
Tue, 19 April 2005 03:32  |
jonmich005
Messages: 53 Registered: April 2005
|
Member |
|
|
I have set the data block-property 'Numbers of records displayed' on 20.
But now I want to fill this block with 20 different records.
Is this possible? And How do I have to do it? In a procedure or on the property palette?
Now I have this select-statement:
select tl_grid_activity
into :lds_tl_grid.tl_grid_activity
from lds_tl_grid
where tl_grid_id =0
and tl_grid_veh_id = :global.vehicle;
But the grid_id always changes and if I don't include that it gives ora-01422.
I hope someone can give me some information.
|
|
|
|
Goto Forum:
Current Time: Thu Mar 06 05:42:53 CST 2025
|