Files
MBS/PROYECTO/cgdir/cgfmrp033.per
T

32 lines
713 B
Plaintext

{
==========================================================================
FORMULARIO : CGFMRP033
OBJETIVO : encf anulados
AUTOR : Juan F. Soto
FECHA : Agosto 07, 2024
==========================================================================
}
database smarmotech
screen
{
ano [a ]
mes [e ]
Fecha Inicial [f1 ]
Fecha Final [f2 ]
}
end
tables
cgtb00004
ATTRIBUTES
a = formonly.ano;
e =formonly.mes;
f1 = formonly.fecha1 type date,format = "dd/mm/yyyy";
f2 = formonly.fecha2 type date,format = "dd/mm/yyyy";
instructions delimiters " "
end