Patch level : 10.0 patch ???

Files correlati     : cg0200a.msk
Ricompilazione Demo : [ ]
Commento            :
Aggiunto il campo dimensione sulla pagina delle lavanderie


git-svn-id: svn://10.65.10.50/branches/R_10_00@22180 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
luca83 2011-05-27 16:08:57 +00:00
parent ef5745dca2
commit eeef219f7a
2 changed files with 14 additions and 3 deletions

View File

@ -172,8 +172,9 @@
#define F_INDENTE 315
#define F_TPIMBALLO 401
#define F_RIEMPIMENTO 402
#define F_ARTSEP 403
#define F_DIMENSIONE 402
#define F_RIEMPIMENTO 403
#define F_ARTSEP 404
#define F_IBAN_STATO 101
#define F_IBAN_CHECK 102

View File

@ -2099,12 +2099,22 @@ BEGIN
GROUP G_LV
END
LISTBOX F_DIMENSIONE 2
BEGIN
PROMPT 26 5 "Dimensione "
ITEM "XS|XS"
ITEM "M|M"
ITEM "XL|XL"
FIELD 41@->S2 //LVAUT = 41
GROUP G_LV
END
LISTBOX F_RIEMPIMENTO 24
BEGIN
PROMPT 1 6 "Riempimento "
ITEM "A|Un solo art. per imballo"
ITEM "P|Proporzionale"
FIELD 41@->S1 //LVAUT = 41
FIELD 41@->S1
GROUP G_LV
END