- To display a prompt panel for the QMF RESET command:
RESET ?
- To display an empty SQL Query panel:
RESET QUERY ( LANGUAGE=SQL
- To erase the data in QMF temporary storage:
RESET DATA
- To display a FORM.BREAK6 panel set to the default values for your
data:
RESET FORM.BREAK6
- To reset only FORM.DETAIL variation 1:
RESET FORM.DETAIL ( VARIATION=1
- To reset detail variation 2 using detail variation 1 as a template:
RESET FORM.DETAIL ( VARIATION=2 USING=1
- To reset all detail variations:
RESET FORM.DETAIL ( VARIATION=ALL
[