RESET command

The RESET command restores an object in temporary storage to its initial state.

Syntax

To reset a QMF object in temporary storage:

>>-RESET----FORM---------------------------------<<
                     +-.BREAK1-----------+
                     +-.BREAK2-----------+
                     +-.BREAK3-----------+
                     +-.BREAK4-----------+
                     +-.BREAK5-----------+
                     +-.BREAK6-----------+
                     +-.CALC-------------+
                     +-.COLUMNS----------+
                     +-.CONDITIONS-------+
                     +-.DETAIL-----------+
                     +-.FINAL------------+
                     +-.OPTIONS----------+
                     +-.PAGE-------------+
          +- PROC -+
>>-RESET----QUERY--------------------------------<<
                  ( +- LANGUAGE=SQL/PROMPTED -+
                    +- MODEL=REL           
Parameter Description
PROC

Resets a procedure.

QUERY Resets a query.
QUERY options
  • LANGUAGE

    Specifies which query language to initialize in the query panel:

    • SQL

      Opens the SQL tab of a query.

    • PROMPTED

      Displays a Prompted Query tab.

  • MODEL

    Specifies the data model used for queries. Relational data is the only supported value (REL).

FORM Resets a form.
  • FORM
  • FORM.BREAK1
  • FORM.BREAK2
  • FORM.BREAK3
  • FORM.BREAK4
  • FORM.BREAK5
  • FORM.BREAK6
  • FORM.CALC
  • FORM.COLUMNS
  • FORM.CONDITIONS
  • FORM.FINAL
  • FORM.OPTIONS
  • FORM.PAGE
  • FORM.DETAIL

Displays the specified form tree section with just that part of the form reset to its default values.