c0641bf87e
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/trunk@18934 c028cbd2-c16b-5b4b-a496-9718f37d4682
36 lines
645 B
Plaintext
Executable File
36 lines
645 B
Plaintext
Executable File
#include "at4700a.h"
|
|
|
|
TOOLBAR "" 0 0 0 2
|
|
#include <stdbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Eliminazione convocazioni su punto prelievo" 0 2 0 0
|
|
|
|
GROUPBOX DLG_NULL 77 4
|
|
BEGIN
|
|
PROMPT 1 1 "Opzioni per l'eliminazione"
|
|
END
|
|
|
|
DATE F_DATAINI
|
|
BEGIN
|
|
PROMPT 2 2 "Convocazioni dal "
|
|
CHECKTYPE REQUIRED
|
|
HELP "Data iniziale"
|
|
END
|
|
|
|
DATE F_DATAFIN
|
|
BEGIN
|
|
PROMPT 32 2 "al "
|
|
CHECKTYPE REQUIRED
|
|
HELP "Data finale"
|
|
END
|
|
|
|
BOOLEAN F_NONELIMULTIMA
|
|
BEGIN
|
|
PROMPT 2 3 "Non eliminare l'ultima convocazione del soggetto"
|
|
HELP "Se flaggato, non verra' eliminata l'ultima convocazione del soggetto anche se rientra nell'intervallo di date"
|
|
END
|
|
|
|
ENDPAGE
|
|
ENDMASK
|