Re: Refreshing data after changing block ORDER BY prop in Forms Developer.
Date: 2000/07/19
Message-ID: <8l3ejm$oo$1_at_nnrp1.deja.com>#1/1
Add next statements to the WHEN_BUTTON_PRESSED trigger:
Go_Block( 'YourBlock'); -- If the button in other block Do_Key( 'Execute_Query' );
Regards,
Aleksandr Kononov
In article <0e5b6d6e.209be746_at_usw-ex0102-016.remarq.com>,
MattZ <matthew.garyNOmaSPAM_at_oracle.com.invalid> wrote:
> I am working on a block which displays employee information and
> allows users to alter the order of the data by clicking a button.
>
> Specifically, when the block is called, the data is ordered by
> employee id. When the button is clicked, it fires a trigger
> which uses the set_block_property built in to alter the block
> order_by property.
>
> This works, however the new ordering is not displayed until I
> click on a field.
>
> How can I get it to show the new ordering as soon as the button
> is clicked ?
>
> Thanks for any advice.
>
> -----------------------------------------------------------
>
> Got questions? Get answers over the phone at Keen.com.
> Up to 100 minutes free!
> http://www.keen.com
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Wed Jul 19 2000 - 00:00:00 CEST
