Hello Günther,
Like You can see in the INCLUDE-file => FOLDER.ch
REDEFINE FOLDER is different from @ <nRow>, <nCol> and uses the font, defined for the DIALOG.
There is no extra font-define.
xcommand @ <nRow>, <nCol> FOLDER [<oFolder>] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ;
[ <dlg: DIALOG, DIALOGS, PAGE, PAGES> <cDlgName1> [,<cDlgNameN>] ] ;
[ <lPixel: PIXEL> ] ;
[ <lDesign: DESIGN> ] ;
[ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ;
[ OPTION <nOption> ] ;
[ SIZE <nWidth>, <nHeight> ] ;
[ MESSAGE <cMsg> ] ;
[ <lAdjust: ADJUST> ] ;
[ FONT <oFont> ];
=> ;
xcommand REDEFINE FOLDER [<oFolder>] ;
[ ID <nId> ] ;
[ <of: OF, WINDOW, DIALOG> <oWnd> ] ;
[ <prm: PROMPT, PROMPTS, ITEMS> <cPrompt,...> ] ;
[ <dlg: DIALOG, DIALOGS, PAGE, PAGES> <cDlgName1> [,<cDlgNameN>] ] ;
[ <color: COLOR, COLORS> <nClrFore> [,<nClrBack>] ] ;
[ OPTION <nOption> ] ;
[ ON CHANGE <uChange> ] ;
[ <lAdjust: ADJUST> ] ;
=> ;
Regards
Uwe 