How to Add Icons to a List View |
Icons or bitmap images are a standard feature of list view items. To associate an icon or bitmap with each entry in a list view:
SELECT emp_name, emp_no, initials, title, dept, bitmap "LIST_IMAGE" FROM emp The name of the icon or bitmap image can be stored in the database table (as here in a column called BITMAP), or it can be a constant. |