# nopage modifier

The nopage modifier prevents terminal
output from pausing at the end of each page. CTRL+X, which terminates
a report when the report is paused at a page break, serves no purpose
when a report is being produced in nopage mode.
It does not stop the report. The only way to stop it is to press the
BREAK key and end the process. The equivalent option is n.

**Synonyms:** (n

## Syntax

```
nopage
```

## Example(s)

```
list md nopage
```

```
list md a1 (n
```

## See also

- [list-file-stats command](https://d3codex.com/tcl/list-file-stats-command/)
- [listacc command](https://d3codex.com/tcl/listacc-command/)
- [listconn command](https://d3codex.com/tcl/listconn-command/)
- [Modifiers](https://d3codex.com/access/modifiers/)
- [Options (Access Query Language)](https://d3codex.com/access/options-access-query-language/)
- [u9070 user exit](https://d3codex.com/access/u9070-user-exit/)

---
Source: https://d3codex.com/access/nopage-modifier/ - part of the D3Codex reference.
