| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.tools -> Sort Data, at runtime
Hi
I got a datablock on a form with number of records displayed = 10
Some of the items are database items some are non-database items.
The user can choose how to sort the data at runtime with the following code:
SET_BLOCK_PROPERTY('XXP_QUOTATION_LINES', ORDER_BY, 'LINE_ID');
GO_BLOCK('XXP_QUOTATION_LINES');
EXECUTE_QUERY;
but the problem with this method is that it does not work with non-database items.
Does anybody have a solution for this?
Thanks in advance
Elie, Received on Tue Sep 07 2004 - 09:27:35 CDT
![]() |
![]() |