Files
MBS/PROYECTO/codir/cofmcs019.per
T

31 lines
1015 B
Plaintext

database marmotech
screen size 24 by 80
{
Cantidades Pendientes y Cantidades Recibidas
\g________________________________________________________
Cantidad a Cantidad Fecha Fecha
Embarcar Recibida Embarque Recibida
\g---------------------------------------------------------
[f005 ] [f08 ] [f007 ] [f006 ]
[f005 ] [f08 ] [f007 ] [f006 ]
[f005 ] [f08 ] [f007 ] [f006 ]
[f005 ] [f08 ] [f007 ] [f006 ]
[f005 ] [f08 ] [f007 ] [f006 ]
Total Cantidad Pendiente [f009 ]
}
end
tables
cotb00025
attributes
f005 = cotb00025.cantidad;
f006 = formonly.fecha type date, format="dd/mm/yy", noentry;
f08 = formonly.cantidad_2;
f009 = formonly.cantidad_total, noentry;
f007 = cotb00025.fech_ent, format = "dd/mm/yy";
INSTRUCTIONS
screen record sc_parcial[5] (cantidad,cantidad_2,fech_ent,fecha)
delimiters " "
end