Kbase 13961: How to undo the LOAD-IMAGE method on a button ??
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
How to undo the LOAD-IMAGE method on a button ??
To "unload" an image from a button at runtime and restore it to its
default state of merely sporting a label, use a null string with the
LOAD-IMAGE() method:
DEF VAR stat AS LOGICAL.
stat = button-1:LOAD-IMAGE("").
Progress Software Technical Support Note # 13961