35 lines
423 B
Plaintext
35 lines
423 B
Plaintext
|
#include "db0500a.h"
|
||
|
|
||
|
TOOLBAR "topbar" 0 0 0 2
|
||
|
#include <printbar.h>
|
||
|
ENDPAGE
|
||
|
|
||
|
TOOLBAR "" 0 -2 0 2
|
||
|
|
||
|
BUTTON F_EXPLODE 10 2
|
||
|
BEGIN
|
||
|
PROMPT -11 -11 "~Lista"
|
||
|
END
|
||
|
|
||
|
ENDPAGE
|
||
|
|
||
|
PAGE "Implosione" -1 -1 60 20
|
||
|
|
||
|
NUMBER F_CODICE 3
|
||
|
BEGIN
|
||
|
PROMPT 1 0 "Risultato elaborazione "
|
||
|
FLAGS "Z"
|
||
|
SHEET "Codice|Articolo@30|Descrizione@50"
|
||
|
INPUT F_CODICE
|
||
|
OUTPUT F_CODICE
|
||
|
END
|
||
|
|
||
|
TREE F_TREE -3 -1
|
||
|
BEGIN
|
||
|
PROMPT 0 1 ""
|
||
|
END
|
||
|
|
||
|
ENDPAGE
|
||
|
|
||
|
ENDMASK
|