Aggiunto il campo "Localita'"

git-svn-id: svn://10.65.10.50/trunk@5494 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
augusto 1997-10-30 13:20:42 +00:00
parent 308ca7db38
commit 34645ad3e8
2 changed files with 8 additions and 1 deletions

View File

@ -15,4 +15,5 @@
#define F_CODICEDIP 113 #define F_CODICEDIP 113
#define H_CODICEABI 114 #define H_CODICEABI 114
#define H_DENOMABI 115 #define H_DENOMABI 115
#define F_LOCALITA 116

View File

@ -104,7 +104,7 @@ BEGIN
WARNING "Manca la denominazione dell'istituto" WARNING "Manca la denominazione dell'istituto"
END END
GROUPBOX DLG_NULL 72 7 GROUPBOX DLG_NULL 72 8
BEGIN BEGIN
PROMPT 4 8 "Sede" PROMPT 4 8 "Sede"
END END
@ -161,6 +161,12 @@ BEGIN
FIELD %BAN->S3 FIELD %BAN->S3
END END
STRING F_LOCALITA 50
BEGIN
PROMPT 6 14 "Localita' "
FIELD %BAN->S1
END
ENDPAGE ENDPAGE
ENDMASK ENDMASK