Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
#EXTENSION(CHANGE_PICTURE,'Change Picture format for Controls in a Window'),PROCEDURE
#DISPLAY('Control(s) to Change Picture')
#PROMPT('Choose Control',CONTROL),%PictChangeFields,MULTI('Choose Control'),INLINE
#!-----------------------------------------------------------------------------
#AT(%WindowManagerMethodCodeSection,'Init','(),BYTE'),PRIORITY(8001)
#!-----------------------------------------------------------------------------
#FOR(%PictChangeFields)
%PictChangeFields{PROP:Text} = '...Change this to Logic OR Constant according to your needs ...'
DISPLAY(%PictChangeFields)
#ENDFOR
#ENDAT