Files correlati : ps6215.exe Commento : Aggiunta esportazione per CO.MA.RI delle partite aperte
41 lines
569 B
Plaintext
41 lines
569 B
Plaintext
#include "ps6215100a.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
#include <stdbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Configurazione Esportazione CO.MA.RI." 0 2 0 0
|
|
|
|
STRING F_FLDDEST 250 50
|
|
BEGIN
|
|
PROMPT 2 1 "Cartella di destinazione"
|
|
DSELECT
|
|
FLAGS ""
|
|
CHECKTYPE REQUIRED
|
|
END
|
|
|
|
BOOLEAN F_CLIFOR
|
|
BEGIN
|
|
PROMPT 2 2 "Esporta Clienti/Fornitori"
|
|
FLAGS ""
|
|
END
|
|
|
|
BOOLEAN F_PARTOPEN
|
|
BEGIN
|
|
PROMPT 2 3 "Esporta Partite Aperte"
|
|
FLAGS ""
|
|
END
|
|
|
|
BOOLEAN F_PIANOCONTI
|
|
BEGIN
|
|
PROMPT 2 4 "Esporta Piano dei Conti"
|
|
FLAGS "D"
|
|
END
|
|
|
|
BOOLEAN F_MASTRI
|
|
BEGIN
|
|
PROMPT 2 5 "Esporta Mastri"
|
|
FLAGS "D"
|
|
END
|
|
|
|
ENDPAGE |