Re: Sort Data, at runtime

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Tue, 07 Sep 2004 16:56:35 -0700
Message-ID: <1094601458.437944_at_yasure>


Iceman wrote:

> 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,

What keeps them in sync now? What creates a relationship between a non-database item and a database item?

 From my experience you have a non-issue ... have you tested your block to see if a problem exists?

And if it does ... little help is possible without version info.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu
(replace 'x' with 'u' to respond)
Received on Wed Sep 08 2004 - 01:56:35 CEST

Original text of this message