29 lines
419 B
Plaintext
29 lines
419 B
Plaintext
|
// 776400a.uml
|
||
|
// Parametri di stampa
|
||
|
|
||
|
#include "776400a.h"
|
||
|
|
||
|
TOOLBAR "topbar" 0 0 0 2
|
||
|
#include <stdbar.h>
|
||
|
ENDPAGE
|
||
|
|
||
|
PAGE "Parametri di stampa" 0 2 0 0
|
||
|
|
||
|
BOOLEAN F_DATA
|
||
|
BEGIN
|
||
|
PROMPT 2 2 "Stampa data su modulo "
|
||
|
FIELD StDataMod
|
||
|
HELP "Indicare se si desidera stampare la data sul modulo"
|
||
|
END
|
||
|
|
||
|
BOOLEAN F_DOCUMENTI
|
||
|
BEGIN
|
||
|
PROMPT 2 4 "Inserire anche documenti non pagati "
|
||
|
FIELD StDocNoPag
|
||
|
END
|
||
|
|
||
|
ENDPAGE
|
||
|
|
||
|
ENDMASK
|
||
|
|