END CASE CATCH CLASS CONSTRUCTOR DESTRUCTOR FINALLY
FUNCTION GET INTERFACE METHOD PROCEDURE SET TRIGGERSCASE CATCH CLASS CONSTRUCTOR DESTRUCTOR FINALLY FUNCTION
GET INTERFACE METHOD PROCEDURE SET TRIGGERS
FOR EACH Customer NO-LOCK:DISPLAY Customer.CustNnum Customer.Name Customer.Phone.FOR EACH Order OF Customer NO-LOCK:DISPLAY Order WITH 2 COLUMNS.END.END.
Two blocks, the CATCH block and the FINALLY block, are called end blocks because they must appear after the last line of executable code and before the END statement. CATCH blocks must appear before FINALLY blocks. See the entries for these two blocks for information about usage.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |