Description

PROC
Displays an empty procedure panel.
PROFILE
Displays your profile with the values reset to those saved in the database at the current location.
DATA
Purges all data in the DATA temporary storage area and closes the database cusror. The REPORT object in temporary storage is discarded. The QMF Home panel is displayed if the RESET command was issued from the REPORT panel.
QUERY
Displays an empty query panel.
QUERY options
LANGUAGE
Specifies which query language to initialize in the query panel.
SQL
QBE
Displays a blank query panel.
PROMPTED
Displays a blank query panel and starts a new Prompted Query dialog.
MODEL
Specifies the data model used for queries. Relational data is the only supported value (REL).
FORM
Displays the FORM.MAIN panel with all parts of the form reset to their default values. The defaults are set to match the column information in the DATA object. If the DATA object is empty there will be no column information in the form.

It the current panel is FORM.MAIN then the default object for the RESET command is FORM.

FORM.COLUMNS
Displays the FORM.COLUMNS panel with just that part of the form reset to match the column information in the DATA object. If the DATA object is empty there will be no column information.
FORM.BREAK1
FORM.BREAK2
FORM.BREAK3
FORM.BREAK4
FORM.BREAK5
FORM.BREAK6
FORM.CALC
FORM.CONDITIONS
FORM.FINAL
FORM.OPTIONS
FORM.PAGE
FORM.DETAIL
Displays the specified form panel with just that part of the form reset to its default values.
FORM.DETAIL options
VARIATION
Specifies a detail variation to display with its fields reset.

If this option is omitted the current detail variation is reset. An exception to this is when more than one detail variation exists and the current panel is not FORM.DETAIL. In this situation you must specify this option.

integer
The number for a detail variation. The number must be an integer from 1 to 99.

If the specified detail variation has not been created yet the number is reduced to the next sequential number following all existing detail variations.

ALL
Reset all detail variations to their default values.
USING
Specifies which detail variation to use as a template to reset or create another variation.

This can be helpful if you make a number of modifications to a detail panel and want to create another with similar changes.

integer
The number for an existing detail variation. The number must be an integer from 1 to 99.
[ Previous Page | Next Page | Contents | Index ]