Examples

  1. To display a prompt panel for the QMF RESET command:
      RESET ?
  2. To display an empty SQL Query panel:
      RESET QUERY ( LANGUAGE=SQL
  3. To erase the data in QMF temporary storage:
      RESET DATA
  4. To display a FORM.BREAK6 panel set to the default values for your data:
      RESET FORM.BREAK6
  5. To reset only FORM.DETAIL variation 1:
      RESET FORM.DETAIL ( VARIATION=1
  6. To reset detail variation 2 using detail variation 1 as a template:
      RESET FORM.DETAIL ( VARIATION=2 USING=1
  7. To reset all detail variations:
      RESET FORM.DETAIL ( VARIATION=ALL
[ Previous Page | Next Page | Contents | Index ]