Consultor Eletrônico



Kbase P21363: How to have a viewer with an IMAGE widget change with the re
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   25/11/2003
Status: Unverified

GOAL:

How to have a viewer with an IMAGE widget change with the record changes.

FIX:

In the viewer;

1) Open the Section Editor.
2) Change the Selection to Procedures.
3) Click on New.
4) Choose Override and select displayfields.
5) After run super insert the following syntax;

IMAGE-1:Load-IMAGE(?) in frame {&frame-name}.
IMAGE-1:LOAD-IMAGE(rowobject.fieldname) in frame {&frame-name}.

Each time a new record is visualized the Image will reload to the proper image.