25 lines
638 B
Plaintext
25 lines
638 B
Plaintext
DATABASE marmotech
|
|
SCREEN SIZE 24 by 80
|
|
{
|
|
Cantidad de meses [me]
|
|
Fecha Inicial Proyeccion [f001 ]
|
|
\g---------------------------------------------\g
|
|
Orden Fecha Original Fecha Actualizada
|
|
\g---------------------------------------------\g
|
|
[f1 ] [f2 ] [f3 ]
|
|
}
|
|
end
|
|
|
|
tables
|
|
cotb00014
|
|
attributes
|
|
me = formonly.meses_py;
|
|
f001 = formonly.fecha_inicial_py type date,format = "dd/mm/yy";
|
|
f1 = formonly.num_oc;
|
|
f2 = formonly.fech_ent type date,format = "dd/mm/yy";
|
|
f3 = formonly.up_fecha1 type date,format = "dd/mm/yy";
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|