Files
MBS/PROYECTO/ccdir/ccfmrp008.per
T

17 lines
377 B
Plaintext

database marmotech
screen size 24 by 80
{
Fecha de Corte [c ]
Dias Vencimiento [d ]
}
end
tables
cctb00001
attributes
c = formonly.fecha_corte type date, autonext, format = "dd/mm/yy",
comments = "Digite la fecha de Corte del Reporte";
d = formonly.dias_venc, autonext,
comments = "Digite los dias de Vencimiento";
end