There isn't a design specification or runtime "preference" to control whether or not the APPX GUI Client appends the binocular icon to a data lookup (DLU) field. The client doesn't use an external picture file but rather has the binocular icon compiled into the Java code. This means that you cannot simply swap one icon file with another.
However, APPX will only append the icon if there are two blank spaces immediately to the right of the DLU field. So, an indirect method of eliminating the icon would be to make sure that one of the two fields is not blank. Type a "." or "*" or place a MODIFIABLE field immediately to the right of the field to suppress the binoculars. If you had your own icon you wished to display or wanted to display the non-modifiable look up value (field), create that widget on the screen and then drag it over the "*".
While overriding this “standard behavior” is possible, there are serious program maintenance issues that should be considered.
|