32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Fecha Inicial [k1 ]
|
|
Fecha Final [k2 ]
|
|
Dias Exceso [k3 ] Meses Analisis[ll ]
|
|
Dias consumo [p1 ]
|
|
Categorias [ca1 ]
|
|
Codigo del Prod. Terminado [a ]-[b ]-[c ]-[d ]
|
|
Tipo Reporte [tr ]
|
|
}
|
|
end
|
|
tables
|
|
intb00001
|
|
attributes
|
|
ll = formonly.m_meses;
|
|
p1 = formonly.dias1;
|
|
COMBOBOX ca1=formonly.cod_cat;
|
|
COMBOBOX tr=formonly.tipo_reporte;
|
|
DATEEDIT k1 = formonly.fecha1 type date,format = "dd/mm/yy",
|
|
comments = "Digite la fecha inicial. Utilice el formato 'DDMMAA'";
|
|
DATEEDIT k2 = formonly.fecha2 type date,format = "dd/mm/yy",
|
|
comments = "Digite la fecha final. Utilice el formato 'DDMMAA'";
|
|
k3 = formonly.c_dias;
|
|
a = intb00001.cod_n, comments = "Digite el NIVEL";
|
|
b = intb00001.cod_grupo,comments = "Digite el GRUPO";
|
|
c = intb00001.cod_tipo, comments = "Digite el TIPO";
|
|
d = intb00001.cod_sec,
|
|
comments = "Digite la SECUENCIA";
|
|
end
|
|
|