DEFINE VARIABLE hilite AS CHARACTER.
hilite = "messages".
/* Use standard messages attribute to highlight on-hand less than 50 */
FOR EACH pt_mstr:
DISPLAY pt_part pt_status WITH ATTR-SPACE.
IF pt_status = "A" THEN DO:
COLOR DISPLAY VALUE(hilite) pt_status.
END.
END.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.