Re: Can SET_BLOCK_PROPERTY turn off sorting?

From: vasya <vasya_at_mak.inec.kiev.ua>
Date: 1996/05/22
Message-ID: <31A31F69.2307_at_mak.inec.kiev.ua>#1/1


Phil Carter wrote:
>
> I use SET_BLOCK_PROPERTY in a Forms application to select at run-time
> which column to sort a block by. ...

You may use the following string for ORDER BY clause:

        SET_BLOCK_PROPERTY('BROWSE', ORDER_BY, 'NULL'); and following string for WHERE clause:

        SET_BLOCK_PROPERTY('BROWSE', DEFAULT_WHERE, '2=2'); Dmitriy Kravtsov. Received on Wed May 22 1996 - 00:00:00 CEST

Original text of this message