I am using a command
ISPEXEC TBDISPL MYTAB PANEL(MYPANEL)
IF &ZTDSELS = 0 THEN DO
EXIT CODE(0)
END
IF &ZTDSELS > 0 THEN DO
CONTROL MSG
WRITE MEMBER SELECTED - &MEMBER
CONTROL NOMSG
END
However, when I select multiple rows from the panel, the control does not pass to the &ZTDSELS > 0 para. It works for only if I select one row. Is there anything that needs to be changed?
Please let me know.
Sowmya.
ISPEXEC TBDISPL MYTAB PANEL(MYPANEL)
IF &ZTDSELS = 0 THEN DO
EXIT CODE(0)
END
IF &ZTDSELS > 0 THEN DO
CONTROL MSG
WRITE MEMBER SELECTED - &MEMBER
CONTROL NOMSG
END
However, when I select multiple rows from the panel, the control does not pass to the &ZTDSELS > 0 para. It works for only if I select one row. Is there anything that needs to be changed?
Please let me know.
Sowmya.