datinitialize.i 302 B

12345678
  1. RUN SUPER.
  2. hKontainer = DYNAMIC-FUNCTION('getContainerSource':U) NO-ERROR.
  3. IF VALID-HANDLE(hKontainer)
  4. THEN Progname = DYNAMIC-FUNCTION('makeProgname':U, INPUT hKontainer ) NO-ERROR.
  5. ELSE Progname = DYNAMIC-FUNCTION('makeProgname':U, INPUT THIS-PROCEDURE ) NO-ERROR.