Am Montag, 16. Juni 2003 12:51 schrieb Torsten Löhr:
> I am looking for a method to avoid the pagenumbers on the \part-pages. Any
> idea ?

\documentclass{scrbook}% or scrreprt or scrartcl
\renewcommand*{\partpagestyle}{empty}
\begin{document}
\part{No Page Number}
\end{document}

BTW: You can find an example about this at the KOMA-Script manual, scrguien
(English) or scrguide (German), subsection 3.2.2.

--
Markus