Files
MBS/PROYECTO/codir/cofmrp028.per
T

15 lines
263 B
Plaintext

database marmotech
screen
{
Fecha Inicial [f1 ]
Fecha Corte [f2 ]
}
end
tables
cotb00001
attributes
f1 = formonly.fecha_i type date,format = "dd/mm/yy";
f2 = formonly.fecha_f type date,format = "dd/mm/yy";
end