Patch level : 12.0 1048

Files correlati     : f20.trr f20.dir
Commento        :

Invio Certificazione unica per email
This commit is contained in:
Alessandro Bonazzi 2021-03-29 22:34:26 +02:00
parent 8dcee11556
commit d419f520eb
2 changed files with 96 additions and 0 deletions

8
src/m770/777200c.h Normal file
View File

@ -0,0 +1,8 @@
#define F_SHEET 201
#define S_SELECTED 101
#define S_EMAIL 102
#define S_TIPOA 103
#define S_CODANAGR 104
#define S_RAGSOC 105

88
src/m770/777200c.uml Normal file
View File

@ -0,0 +1,88 @@
#include "777200c.h"
TOOLBAR "topbar" 0 0 0 2
BUTTON DLG_ALL 2 2
BEGIN
PROMPT 1 2 "~Tutti"
PICTURE TOOL_MULTISEL
END
BUTTON DLG_OK 2 2
BEGIN
PROMPT 2 2 "Invia"
PICTURE TOOL_EMAIL
END
#include <helpbar.h>
ENDPAGE
PAGE "Invio Certificazione unica" 0 2 0 0
SPREADSHEET F_SHEET -1 -1
BEGIN
PROMPT 0 2 ""
ITEM "@1"
ITEM "Email@50"
ITEM "Tipo"
ITEM "Codice"
ITEM "Ragione Sociale@50"
END
ENDPAGE
ENDMASK
PAGE "" -1 -1 80 7
BOOLEAN S_SELECTED
BEGIN
PROMPT 1 1 "Email "
END
STRING S_EMAIL 50
BEGIN
PROMPT 1 2 "Email "
END
STRING S_TIPOA 4
BEGIN
PROMPT 1 3 "Tipo "
HELP "Codice tipo documento"
FLAG "D"
END
NUMBER S_CODANAGR 6
BEGIN
PROMPT 1 4 "Codice "
FLAG "D"
END
STRING S_RAGSOC 50
BEGIN
PROMPT 1 5 "Ragione Sociale "
FLAG "D"
END
ENDPAGE
TOOLBAR "" 0 0 0 2
BUTTON DLG_OK 2 2
BEGIN
PROMPT 1 1 ""
END
BUTTON DLG_DELREC 2 2
BEGIN
PROMPT 1 1 ""
END
BUTTON DLG_CANCEL 2 2
BEGIN
PROMPT 1 1 ""
END
ENDPAGE
ENDMASK