ADM1 / ADM2 Cross-Reference

Posted by Admin on 17-Sep-2009 10:15

I was wondering is somewhere there is a cross-reference list to help convert ADM1 code to ADM2?  For instance, the default code for the Done button shows:

DO:
  &IF "{&PROCEDURE-TYPE}" EQ "SmartPanel" &THEN
    &IF "{&ADM-VERSION}" EQ "ADM1.1" &THEN
      RUN dispatch IN THIS-PROCEDURE ('exit').
    &ELSE
      RUN exitObject.
    &ENDIF
  &ELSE
      APPLY "CLOSE":U TO THIS-PROCEDURE.
  &ENDIF
END.

Is there a table that shows:

ADM1ADM2
RUN dispatch IN THIS-PROCEDURE ('exit').RUN exitObject.
etc.

Paul

All Replies

This thread is closed