Excuse me. I'm a newer.I got a problem about Progress.
Example:
IF is_wiplottrace_enabled() AND is_woparent_wiplot_traced(wo_lot) THEN DO:
IF NOT CAN-FIND(wr_route where wr_lot = wo_lot and wr_op = wo-op) THEN DO:
{pxmsg.i &MSGNUM=511 &ERRORLEVEL=1}
{pxmsg.i &MSGNUM=8471 &ERRORLEVEL=1}
NEXT-PROMPT wo-op WITH FRAME a.
UNDO, RETRY.
END.
END.
In this example,
what does the function is_wiplottrace_enabled() and is_woparent_wiplot_traced(wo_lot) mean? How to use it?
Example:
IF is_wiplottrace_enabled() AND is_woparent_wiplot_traced(wo_lot) THEN DO:
IF NOT CAN-FIND(wr_route where wr_lot = wo_lot and wr_op = wo-op) THEN DO:
{pxmsg.i &MSGNUM=511 &ERRORLEVEL=1}
{pxmsg.i &MSGNUM=8471 &ERRORLEVEL=1}
NEXT-PROMPT wo-op WITH FRAME a.
UNDO, RETRY.
END.
END.
In this example,
what does the function is_wiplottrace_enabled() and is_woparent_wiplot_traced(wo_lot) mean? How to use it?