32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Ordenamiento [k]
|
|
Origen [p]
|
|
Codigo [a ]-[b ]-[c ]-[d ]
|
|
Tipo Informacion[tp ]
|
|
Formato Reporte [fm ]
|
|
Lista Precios [cod ]
|
|
|
|
[p000 ] Total Saldo [f ]
|
|
}
|
|
end
|
|
tables
|
|
iptb00002,vetb00025
|
|
ATTRIBUTES
|
|
COMBOBOX cod = formonly.cod_lista,ITEMS=(("1","GENERAL"),("2","PRECIOS FERIA"));
|
|
COMBOBOX fm = formonly.formato type char,ITEMS=(("PDF","ACROBAT READER"),("SVG","SCREEN"));
|
|
COMBOBOX tp = formonly.tipo_info type char,ITEMS=("CON EXISTENCIA","SIN EXISTENCIAS","TODOS");
|
|
PROGRESSBAR p000 = formonly.progreso,VALUEMIN=0,VALUEMAX=100,COLOR=GREEN;
|
|
p = vetb00025.ventas,comments = "1- LOCAL 2-EXPORTACION";
|
|
a = iptb00002.cod_n;
|
|
b = iptb00002.cod_grupo;
|
|
c = iptb00002.cod_tipo;
|
|
d = iptb00002.cod_sec;
|
|
f = formonly.total5 type decimal(10,2);
|
|
k = formonly.decide type char,required,autonext,
|
|
comments = "Digite A - Alfabetico N - Numerico",
|
|
include = ("A","N"),upshift;
|
|
end
|