Way to put Icons in a form

There is a way to add icons to a view but can you add them to a form?

I have a list of people who need to approve things, and the user would like to have a green light icon when they have approved and a red light icon when they haven’t yet.

Is there a way to include these icons in the form?

Subject: Way to put Icons in a form

What about adding Icons corresponding to all status values into Form design, and hide the icons using formula? If the application is Web based, you could add HTML reference to Icon file using computed text.

Eg: http://domino_server_name/icons/vwicn005.gif

Regards

Byju Joy

Subject: RE: Way to put Icons in a form

After you insert an image resource on a form, you can click the “@” button to write a formula to select what image is displayed there, just as you can in a view. The images among which you select this way should all be the same size.

Or you can use hide formulas as someone else suggested, but that has its own limitations since the hiding applies to a whole paragraph.