![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
OK, i've made a hierarchical tree (joy oh bliss), and now i want to add an icon. i'm a little fuzzy on how to do that, does anyone here know how? (the internet is being less than useful to me today....) Also, have any of you ever heard of being able to highlight one line of an htree? bit of background: i've got records. these records can have errors. the errors are identified in a column called "error_msg". so for the icon, i'm thinking: decode(t.error_msg, 'gap', [yellow icon.filename], 'overlap', [red icon.filename], [generic icon.filename]) ....... for the highlighting, same thing, only what would i put in place of "yellow icon.filename", etc etc??? i've looked online, can't find a blessed thing... Any help is def appreciated! thanks! ps: I'm using Oracle 10g database and Oracle 10g Forms. |

#3
| |||
| |||
|
|
On 5 mrt, 20:41, "serena... (AT) gmail (DOT) com" <serena... (AT) gmail (DOT) com> wrote: OK, i've made a hierarchical tree (joy oh bliss), and now i want to add an icon. i'm a little fuzzy on how to do that, does anyone here know how? (the internet is being less than useful to me today....) Also, have any of you ever heard of being able to highlight one line of an htree? bit of background: i've got records. these records can have errors. the errors are identified in a column called "error_msg". so for the icon, i'm thinking: decode(t.error_msg, 'gap', [yellow icon.filename], 'overlap', [red icon.filename], [generic icon.filename]) ....... for the highlighting, same thing, only what would i put in place of "yellow icon.filename", etc etc??? i've looked online, can't find a blessed thing... Any help is def appreciated! thanks! ps: I'm using Oracle 10g database and Oracle 10g Forms. /icons/alert.black.gif - see Oarcle_home/Apache/Apache/icons. or add your own - Hide quoted text -- Show quoted text - |
#4
| |||
| |||
|
|
On Mar 6, 10:16 am, "frank.van.bor... (AT) gmail (DOT) com" frank.van.bor... (AT) gmail (DOT) com> wrote: On 5 mrt, 20:41, "serena... (AT) gmail (DOT) com" <serena... (AT) gmail (DOT) com> wrote: OK, i've made a hierarchical tree (joy oh bliss), and now i want to add an icon. i'm a little fuzzy on how to do that, does anyone here know how? (the internet is being less than useful to me today....) Also, have any of you ever heard of being able to highlight one line of an htree? bit of background: i've got records. these records can have errors. the errors are identified in a column called "error_msg". so for the icon, i'm thinking: decode(t.error_msg, 'gap', [yellow icon.filename], 'overlap', [red icon.filename], [generic icon.filename]) ....... for the highlighting, same thing, only what would i put in place of "yellow icon.filename", etc etc??? i've looked online, can't find a blessed thing... Any help is def appreciated! thanks! ps: I'm using Oracle 10g database and Oracle 10g Forms. /icons/alert.black.gif - see Oarcle_home/Apache/Apache/icons. or add your own - Hide quoted text -- Show quoted text - I've got Oracle_Home/Apache/Apache/conf .... or are you talking about on the server? Thanks! |
![]() |
| Thread Tools | |
| Display Modes | |
| |