Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> 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,
=
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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Dkoi8-r" http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi!</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>To illuminate the whole current =
row, set=20
block property CURRENT RECORD VISUAL ATTRIBUTE GROUP to attribute with =
desired=20
color.</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>The more preferable =
is highlighting of=20
the current field.</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>To do this I =
recommend</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>1. create VISUAL ATTRIBUTEs, say=20
CURRENT_TEXT_ITEM and TEXT_ITEM with highlight and usual=20
colors</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>2. create property class with two =
triggers=20
that contains the following:</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2> =
PRE-TEXT-ITEM</FONT></DIV>
<DIV><FONT face=3D"Arial CYR"=20
size=3D2> set_item_p=
roperty(:system.current_block||'.'||:SYSTEM.current_ITEM,</FONT></DIV>
<DIV><FONT face=3D"Arial CYR"=20
size=3D2> &nbs=
p;  =
; =20
current_record_ATTRIBUTE,'CURRENT_TEXT_ITEM');<BR></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial> =
and</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3D"Arial CYR"> =20
POST-TEXT-ITEM</FONT></FONT></DIV>
<DIV><FONT size=3D2><FONT face=3DArial>
<DIV><FONT face=3D"Arial CYR"=20
size=3D2> set_item_p=
roperty(:system.current_block||'.'||:SYSTEM.current_ITEM,</FONT></DIV>
<DIV><FONT face=3D"Arial CYR"=20
size=3D2> &nbs=
p;  =
; =20
current_record_ATTRIBUTE,'TEXT_ITEM');</FONT></DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2></FONT> </DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2>3. assign this property class to =
the fileds=20
required.</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Viatcheslav</DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2></FONT> </DIV>
<DIV><FONT face=3D"Arial CYR" size=3D2><BR></FONT></FONT></FONT>----- =
Original=20
Message ----- </DIV></DIV>
<BLOCKQUOTE=20
style=3D"BORDER-LEFT: #000000 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: =
0px; PADDING-LEFT: 5px; PADDING-RIGHT: 0px">
<DIV=20
style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
<A href=3D"mailto:rc_at_neomenia.com" title=3Drc_at_neomenia.com>Mr. =
Majestic</A> </DIV>
<DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
href=3D"mailto:ORACLE-L_at_fatcity.com"=20
title=3DORACLE-L_at_fatcity.com>Multiple recipients of list ORACLE-L</A> =
</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Sent:</B> 21 =C9=C0=CE=D1 2000 =C7. =
17:36</DIV>
<DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Developer =
Question</DIV>
<DIV><BR></DIV>
<DIV><FONT face=3DArial size=3D2>I'm learning to develop forms in =
Developer=20
6.0.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>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.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
Received on Wed Jun 21 2000 - 08:24:04 CDT