campo-sirio/ve/ve1300.alx
alex 8b5b16f9f7 Patch level : 2.2 101
Files correlati     :
Ricompilazione Demo : [ ]
Commento            :

Riportata la versione 2.1 300


git-svn-id: svn://10.65.10.50/trunk@13091 c028cbd2-c16b-5b4b-a496-9718f37d4682
2005-05-16 23:44:23 +00:00

47 lines
1.3 KiB
Plaintext
Executable File

\ Messaggi specifici per stampa documenti (ve1 -2)
: MESSAGE_DESCRIGA ( ... -- )
"34.DESCR" @ \ Legge campo descrizione riga
"34.DESCLUNGA" @ \ Se e' presente una descrizione estesa
"X" =
IF
"34.DESCEST" @ \ Legge memo descrizione
+ \ Lo somma alla descrizione normale
THEN
BEGIN \ Ciclo sugli eventuali parametri successivi
SP 1 > \ Controlla se ci sono altri campi da sommare
WHILE
" " + \ Somma uno spazio
SWAP @ + \ Somma campo successivo alla descrizione
REPEAT
#THIS ! \ Setta il campo corrente con la stringa risultante
;
: MESSAGE_CLIENTE ( s1 -- )
DOC_CLIENTE \ user defined word in ve1.exe
;
: MESSAGE_DITTA ( s1 -- )
GET_FIRM_DATA \ user defined word in report
;
: MESSAGE_PARENTDOC ( [b1] s1 n1 -- )
DOC_PARENT_DOC \ user defined word in ve1.exe
;
: MESSAGE_PARENTROW ( [b1] s1 n1 -- )
DOC_PARENT_ROW \ user defined word in ve1.exe
;
: MESSAGE_RIEPILOGOIVA ( b1 s1 n1 -- )
DOC_RIEPILOGO_IVA \ user defined word in ve1.exe
;
: MESSAGE_SCADENZE ( b1 s1 -- )
DOC_SCADENZE \ user defined word in ve1.exe
;
: MESSAGE_TOTIMPONIBILI ( [n1] -- )
DOC_TOT_IMPONIBILI \ user defined word in ve1.exe
;