Message-Id: <10535.109981@fatcity.com> From: "Viatcheslav Hitrov" Date: Wed, 21 Jun 2000 17:24:04 +0400 Subject: Re: Developer Question This is a multi-part message in MIME format. ------=_NextPart_000_01C8_01BFDBA5.7FBBBCC0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable Hi! To illuminate the whole current row, set block property CURRENT RECORD = VISUAL ATTRIBUTE GROUP to attribute with desired color. The more preferable is highlighting of the current field. To do this I recommend 1. create VISUAL ATTRIBUTEs, say CURRENT_TEXT_ITEM and TEXT_ITEM with = highlight and usual colors 2. create property class with two triggers that contains the following: PRE-TEXT-ITEM = set_item_property(:system.current_block||'.'||:SYSTEM.current_ITEM, = current_record_ATTRIBUTE,'CURRENT_TEXT_ITEM'); and POST-TEXT-ITEM = set_item_property(:system.current_block||'.'||:SYSTEM.current_ITEM, current_record_ATTRIBUTE,'TEXT_ITEM'); 3. assign this property class to the fileds required. Viatcheslav ----- Original Message -----=20 From: Mr. Majestic=20 To: Multiple recipients of list ORACLE-L=20 Sent: 21 =C9=C0=CE=D1 2000 =C7. 17:36 Subject: Developer Question I'm learning to develop forms in Developer 6.0. =20 Anyone know how to change the color of row of data when the cursor = reaches a row of data in a developed form? This will make the form more = user friendly when entering or viewing data. Thanks Student ------=_NextPart_000_01C8_01BFDBA5.7FBBBCC0 Content-Type: text/html; charset="koi8-r" Content-Transfer-Encoding: quoted-printable
Hi!
To illuminate the whole current = row, set=20 block property CURRENT RECORD VISUAL ATTRIBUTE GROUP to attribute with = desired=20 color.
The more preferable = is highlighting of=20 the current field.
To do this I = recommend
1. create VISUAL ATTRIBUTEs, say=20 CURRENT_TEXT_ITEM  and TEXT_ITEM with highlight and usual=20 colors
2. create property class with two = triggers=20 that contains the following:
    = PRE-TEXT-ITEM
         set_item_p= roperty(:system.current_block||'.'||:SYSTEM.current_ITEM,
          &nbs= p;            = ;       =20   current_record_ATTRIBUTE,'CURRENT_TEXT_ITEM');
   = and
   =20 POST-TEXT-ITEM
         set_item_p= roperty(:system.current_block||'.'||:SYSTEM.current_ITEM,
          &nbs= p;            = ;       =20   current_record_ATTRIBUTE,'TEXT_ITEM');
 
3. assign this property class to = the fileds=20 required.
 
 
Viatcheslav
 

----- = Original=20 Message -----
From:=20 Mr. = Majestic
To: Multiple recipients of list ORACLE-L =
Sent: 21 =C9=C0=CE=D1 2000 =C7. = 17:36
Subject: Developer = Question

I'm learning to develop forms in = Developer=20 6.0.
 
Anyone know how to change the color = of row of=20 data when the cursor reaches a row of data in a developed form? This = will make=20 the form more user friendly when entering or viewing = data.
 
Thanks