Previous Topic: CLOSE Statement for Logically Related BoxesNext Topic: DISABLE and ENABLE Statements


CLOSE Statement for Errors

--- EVENT ACTION journal_entries_open |   --- READ period |  |        WHERE DESIRED period status IS EQUAL TO "A" |  |--- WHEN successful |  |    MOVE period TO output_period period |  |    SET export_status_period ief_supplied sort_string TO |  |        substr (textnum(period month), 14, 2) |  |    SET export_status_period ief_supplied sort_string TO |  |        concat (trim(export_status_period ief_supplied sort_string),"/") |  |    SET export_status_period ief_supplied sort_string TO |  |        concat(trim(export_status_period ief_supplied sort_string), |  |        substr (textnum(period year), 12,4)) |  |--- WHEN not found |  |    EXIT STATE IS no_active_period |   --- CLOSE Dialog Box journal_entries  ---

This example also uses the status bar to display information about the accounting period to which journal entries are being posted.

Other uses of the CLOSE statement are listed next: