Recent content by jgunawan

  1. J

    Date Validation

    simpler code: DATE(fromdate:screen-value) NO-ERROR. IF ERROR-STATUS:ERROR THEN MESSAGE "Invalid date!" VIEW-AS ALERT-BOX ERROR. You can also display the error message with: MESSAGE ERROR-STATUS:GET-MESSAGE(1) VIEW-AS ALERT-BOX.
Back
Top