Re: Hint message text in forms 5.0

From: Patrick Flahan <flahan_at_earthlink.net>
Date: Fri, 12 Mar 1999 10:40:51 -0500
Message-ID: <7cbcl2$g13$1_at_birch.prod.itd.earthlink.net>


I do something like what you are asking by using a procedure I built. I call it in the When-New-Item-Instance trigger and pass in a message specific to the field.

PROCEDURE Set_Hint_Line(pcMessageText IN VARCHAR2)   IS
BEGIN
  Message(pcMessageText, NO_ACKNOWLEDGE); END Set_Hint_Line;

Hope this helps,
 Patrick Flahan
flahan_at_earthlink.net

Deepa Raman <DeepaR_at_aeimusic.com> wrote in message news:7c9mhj$v6n$1_at_brokaw.wa.com...
>Hi all,
>I need to have the hint text for a text_item ,such that it references the
>value of a display item.
>Can this be done??
>Email :deepar_at_aeimusic.com
>Thanks ,
>Deepa.
>
>
Received on Fri Mar 12 1999 - 16:40:51 CET

Original text of this message