Re: Highlight current field.
Date: Thu, 29 Nov 2001 00:34:08 +0300
Message-ID: <9u3lfl$p56$1_at_gavrilo.mtu.ru>
First define Visual attribute (assume we call one CURRENT_ITEM)
Next place following code:
set_item_instance_property(:SYSTEM.TRIGGER_ITEM,CURRENT_RECORD,VISUAL_ATTRIB
UTE, 'CURRENT_ITEM');
to the form level PRE-TEXT-ITEM trigger
and
set_item_instance_property(:SYSTEM.TRIGGER_ITEM,CURRENT_RECORD,VISUAL_ATTRIB
UTE, '');
to the form level POST-TEXT-ITEM trigger
"Sheng Jin" <sheng_jin63_at_hotmail.com> wrote in message
news:9u3gr8$enk$1_at_pulp.srv.ualberta.ca...
> Hi, Gurus:
>
> I am new to this news group. I have a simple question for help.
> I working on Oracle form6 for some application. I noticed the cursor in
the
> runtime is very
> difficult for user to find it sometimes. I want to do some in the form to
> highlight the current field
> that the cursor is. When users open the form, the cursor will show in big
> size or the background
> color of field that cursor is in will be automatically cheanged so the
> users will know where the
> current field is .
>
> Thanks!
>
> Sheng Jin
>
>
Received on Wed Nov 28 2001 - 22:34:08 CET