28 lines
624 B
Plaintext
28 lines
624 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Fecha Inicial [fe1 ]
|
|
Fecha Final [fe2 ]
|
|
Cliente [t1][t2 ]
|
|
Vendedor [p ]
|
|
Codigo Productos: [a]-[b]-[c ]-[d ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00002,
|
|
vetb00010
|
|
attributes
|
|
t1 = formonly.tipo_cliente;
|
|
t2 = formonly.sec_cliente;
|
|
fe1 = formonly.fecha_inicial type date,format= "dd/mm/yy";
|
|
fe2 = formonly.fecha_final type date,format= "dd/mm/yy";
|
|
p = formonly.sec_vend;
|
|
a = formonly.cod_n;
|
|
b = formonly.cod_grupo;
|
|
c = formonly.cod_tipo;
|
|
d = formonly.cod_sec;
|
|
instructions
|
|
delimiters " "
|
|
end
|