31 lines
974 B
Plaintext
31 lines
974 B
Plaintext
SCHEMA smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Año Costo [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 = formonly.cod_cia;
|
|
a = iptb00002.cod_n;
|
|
b = iptb00002.cod_grupo;
|
|
c = iptb00002.cod_tipo;
|
|
d = iptb00002.cod_sec;
|
|
f = formonly.total5 type decimal(10,2);
|
|
COMBOBOX k = formonly.pano;
|
|
|
|
end
|