Re: Changing column prompts/headers at runtime in Forms 4.5

From: Maoz Mussel <mmussel_at_iil.intel.com>
Date: Mon, 27 Jul 1998 10:17:06 +0300
Message-ID: <35BC2972.FA1C721F_at_iil.intel.com>


Create a display item that will be used as the column header. You can set its
properties so it will be look just like other header, and still you will be able to
change its content, ie. :
  :block.header_display_item := 'From Amnt' || ' (' || w_currency || ')';

Maoz

Stephen Walsh wrote:

> Is there any way that you can change the prompt/header of a column in
> Forms 4.5 dynamically at runtime.
>
> For example, I have a column where the prompt is: From Amnt
> I would like to change it at run time to look like: From Amnt (AUD), ie.
> show the currency in the prompt as well.
>
> Is there some way in Forms 4.5, or preferably from a library, that you
> can specify something like:
>
> Block.Column.Property := 'From Amnt' || ' (' || w_currency || ')';
>
> TIA
>
> --
> Regards,
>
> Stephen Walsh
> Application Support Consultant
> Helix Systems Pty Ltd
> Ph: 61 7 3846 1999
> Fax: 61 7 3846 2122
> mailto:stevew_at_helix.com.au
> http://www.helix.com.au/
Received on Mon Jul 27 1998 - 09:17:06 CEST

Original text of this message