Patch level :

Files correlati     :
Ricompilazione Demo : [ ]
Commento            : Tabella luoghi prelievo: campo note su due righe


git-svn-id: svn://10.65.10.50/trunk@7698 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
cris 1999-01-26 14:08:42 +00:00
parent 34f0b7cd93
commit b420f85ecc
2 changed files with 11 additions and 4 deletions

View File

@ -9,5 +9,6 @@
#define F_TABLDN_CAPCOM 108 #define F_TABLDN_CAPCOM 108
#define F_TABLDN_TELEFONO 109 #define F_TABLDN_TELEFONO 109
#define F_TABLDN_ORARIO 110 #define F_TABLDN_ORARIO 110
#define F_TABLDN_NOTE 111 #define F_TABLDN_NOTE1 111
#define DLG_DEL 112 #define F_TABLDN_NOTE2 112
#define DLG_DEL 113

View File

@ -125,10 +125,16 @@ BEGIN
FIELD S2 FIELD S2
END END
STRING F_TABLDN_NOTE 70 50 STRING F_TABLDN_NOTE1 35
BEGIN BEGIN
PROMPT 2 10 "Note " PROMPT 2 10 "Note "
FIELD S3 FIELD S3[1,35]
END
STRING F_TABLDN_NOTE2 35
BEGIN
PROMPT 2 11 " "
FIELD S3[36,70]
END END
ENDPAGE ENDPAGE