Patch level : 10.0 patch 804
Files correlati : Ricompilazione Demo : [ ] Commento : Aggiunto Indicatore Bilancio alla Tabella Zucchetti git-svn-id: svn://10.65.10.50/branches/R_10_00@20840 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
611a6e5d3e
commit
9ba3d9e6d6
@ -1,2 +1,3 @@
|
||||
#define F_CODTAB 102
|
||||
#define F_DESC 103
|
||||
#define F_INDBIL 104
|
@ -28,7 +28,7 @@ END
|
||||
|
||||
STRING F_DESC 50
|
||||
BEGIN
|
||||
PROMPT 2 5 "Descrizione "
|
||||
PROMPT 2 5 "Descrizione "
|
||||
USE &TCZCO KEY 2
|
||||
INPUT S0 F_DESC
|
||||
DISPLAY "Descrizione@60" S0
|
||||
@ -39,6 +39,18 @@ BEGIN
|
||||
CHECKTYPE REQUIRED
|
||||
END
|
||||
|
||||
LIST F_INDBIL 15
|
||||
BEGIN
|
||||
PROMPT 2 7 "Indicatore di bilancio"
|
||||
FIELD I0
|
||||
ITEM "1|Attivita'"
|
||||
ITEM "2|Passivita'"
|
||||
ITEM "3|Costi"
|
||||
ITEM "4|Ricavi"
|
||||
ITEM "5|Conti d'ordine"
|
||||
ITEM "9|Varie"
|
||||
END
|
||||
|
||||
ENDPAGE
|
||||
|
||||
ENDMASK
|
||||
|
Loading…
x
Reference in New Issue
Block a user