Files correlati : ba Commento : Serie di aggiornamenti in preparazione al modulo TF: - La tabella Stati CEE adesso comprende anche gli Extra CEE - Aggiunta Natura nei codici IVA anche per il modulo TF - Aggiunta gestione in anagrafica dei Rappresentanti Fiscali o Stabili Organizzazioni git-svn-id: svn://10.65.10.50/branches/R_10_00@23873 c028cbd2-c16b-5b4b-a496-9718f37d4682
53 lines
758 B
Plaintext
Executable File
53 lines
758 B
Plaintext
Executable File
#include "batbsce.h"
|
|
|
|
TOOLBAR "topbar" 0 0 0 2
|
|
#include <relapbar.h>
|
|
ENDPAGE
|
|
|
|
PAGE "Stati ISO" -1 -1 78 18
|
|
|
|
GROUPBOX DLG_NULL 78 7
|
|
BEGIN
|
|
PROMPT 1 1 "@bStati ISO"
|
|
END
|
|
|
|
STRING F_CODICE 2
|
|
BEGIN
|
|
PROMPT 2 3 "Codice "
|
|
FLAGS "U"
|
|
USE %SCE
|
|
INPUT CODTAB F_CODICE
|
|
DISPLAY "Codice" CODTAB
|
|
DISPLAY "Descrizione@50" S0
|
|
OUTPUT F_CODICE CODTAB
|
|
OUTPUT F_DESCR S0
|
|
OUTPUT F_STATOEU B0
|
|
CHECKTYPE REQUIRED
|
|
FIELD CODTAB
|
|
KEY 1
|
|
END
|
|
|
|
STRING F_DESCR 50
|
|
BEGIN
|
|
PROMPT 2 5 "Descrizione "
|
|
USE %SCE KEY 2
|
|
INPUT S0 F_DESCR
|
|
DISPLAY "Descrizione@50" S0
|
|
DISPLAY "Codice@8" CODTAB
|
|
COPY OUTPUT F_CODICE
|
|
OUTPUT F_STATOEU B0
|
|
CHECKTYPE REQUIRED
|
|
FIELD S0
|
|
KEY 2
|
|
END
|
|
|
|
BOOLEAN F_STATOEU
|
|
BEGIN
|
|
PROMPT 20 3 "Stato EU"
|
|
FIELD B0
|
|
END
|
|
|
|
ENDPAGE
|
|
|
|
ENDMASK
|