Patch level : 12.0 784
Files correlati : ve3200x.msk Commento : Ricerca per ragione sociale cliente/fornitore nella stampa LISTINI
This commit is contained in:
parent
99a7c8e342
commit
a2e56d2fae
@ -49,3 +49,4 @@
|
|||||||
#define F_DFLT_G_C 153
|
#define F_DFLT_G_C 153
|
||||||
#define F_AFLT_G_C 154
|
#define F_AFLT_G_C 154
|
||||||
|
|
||||||
|
#define F_DESCR 155
|
||||||
|
@ -122,10 +122,26 @@ BEGIN
|
|||||||
DISPLAY "Descrizione@50" DESCR
|
DISPLAY "Descrizione@50" DESCR
|
||||||
OUTPUT F_TIPO TIPO
|
OUTPUT F_TIPO TIPO
|
||||||
OUTPUT F_O_COD COD
|
OUTPUT F_O_COD COD
|
||||||
|
OUTPUT F_DESCR DESCR
|
||||||
CHECKTYPE NORMAL
|
CHECKTYPE NORMAL
|
||||||
WARNING "Codice offerta inesistente"
|
WARNING "Codice offerta inesistente"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
STRING F_DESCR 50 30
|
||||||
|
BEGIN
|
||||||
|
PROMPT 25 3 ""
|
||||||
|
USE LF_CONDV KEY 2
|
||||||
|
INPUT TIPO F_TIPO SELECT
|
||||||
|
INPUT DESCR F_DESCR
|
||||||
|
DISPLAY "Descrizione@50" DESCR
|
||||||
|
DISPLAY "Codice" COD
|
||||||
|
OUTPUT F_TIPO TIPO
|
||||||
|
OUTPUT F_L_COD COD
|
||||||
|
OUTPUT F_C_COD COD
|
||||||
|
OUTPUT F_O_COD COD
|
||||||
|
OUTPUT F_DESCR DESCR
|
||||||
|
END
|
||||||
|
|
||||||
LIST F_TIPORIGHE 9 // listbox per tipo di selezione righe
|
LIST F_TIPORIGHE 9 // listbox per tipo di selezione righe
|
||||||
BEGIN
|
BEGIN
|
||||||
PROMPT 2 4 "Righe "
|
PROMPT 2 4 "Righe "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user