Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:AutoPaper ====== Previous pageReturn to chapter overviewNext page

Sets and returns the state of the automatic best-fit paper selection feature of the report engine. The default value is feature-enabled. This is only used with the SYSTEM built-in variable.

Example:

PROGRAM

CODE

OPEN(AppFrame)

SYSTEM{PROP:AutoPaper} = '' !Turn off best-fit paper selection

ACCEPT

END