Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: ordering a tabular in a form

Re: ordering a tabular in a form

From: drukqs <invalid.drukqs_at_NOpandoraSPAM.belgie>
Date: Tue, 20 May 2003 11:34:38 GMT
Message-ID: <Xns93818B212B49Ainvaliddrukqspandora@195.130.132.69>


andrewst wrote in news:2896108.1053338303_at_dbforums.com:

> The way to set the order by for a block in Forms is:
>
> set_block_property( 'blockname', order_by, 'itemname1,itemname2' );
>
> So if your block is called 'B' then your code should be:
>
> set_block_property( 'B', order_by, 'city' );
>
> At the moment you are setting it to order a block called 'CITY' by a
> constant value PROPERTY_TRUE, which happens to have the value 4! You
> should therefore get the error:
>
> FRM-41056: Cannot find Block: invalid ID.

Thanks, I've found it. Received on Tue May 20 2003 - 06:34:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US