24 lines
421 B
Plaintext
24 lines
421 B
Plaintext
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Fecha Inicial [f1 ]
|
|
Fecha Final [f2 ]
|
|
Cliente [b1]-[c1 ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
vetb00008,
|
|
vetb00004
|
|
attributes
|
|
f1 = formonly.fech_in type date,format = "dd/mm/yy";
|
|
f2 = formonly.fech_fi type date,format = "dd/mm/yy";
|
|
b1 = vetb00004.tipo_cliente,autonext;
|
|
c1 = vetb00004.sec_cliente;
|
|
|
|
instructions
|
|
delimiters " "
|
|
end
|