9960d688a0
Files correlati : Ricompilazione Demo : [ ] Commento : git-svn-id: svn://10.65.10.50/branches/R_10_00@21585 c028cbd2-c16b-5b4b-a496-9718f37d4682
30 lines
430 B
Plaintext
Executable File
30 lines
430 B
Plaintext
Executable File
#include "ha1300a.h"
|
|
|
|
PAGE "Importazione dati da file upload" -1 -1 78 6
|
|
|
|
STRING F_INPUT_PATH 256 45
|
|
BEGIN
|
|
PROMPT 1 1 "Cartella file da importare "
|
|
FLAGS "D"
|
|
END
|
|
|
|
STRING F_ARCHIVE_PATH 256 45
|
|
BEGIN
|
|
PROMPT 1 2 "Cartella di archiviazione "
|
|
FLAGS "D"
|
|
END
|
|
|
|
BOOLEAN F_DEFINITIVO
|
|
BEGIN
|
|
PROMPT 1 4 "Elaborazione definitiva (scrittura sul database)"
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
|
|
#include <elabar.h>
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK |