Sort Data, at runtime
From: Iceman <econstantine_at_fattal.com.lb>
Date: 7 Sep 2004 07:27:35 -0700
Message-ID: <92c03dc2.0409070627.7c5a5eef_at_posting.google.com>
Hi
Date: 7 Sep 2004 07:27:35 -0700
Message-ID: <92c03dc2.0409070627.7c5a5eef_at_posting.google.com>
Hi
[Quoted] [Quoted] 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:
[Quoted] 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.
[Quoted] Does anybody have a solution for this?
Thanks in advance
Elie, Received on Tue Sep 07 2004 - 16:27:35 CEST