Files
MBS/PROYECTO/ctdir/ctfmrp010.per
T

19 lines
473 B
Plaintext

database marmotech
screen
{
Ano Presupuesto [f001]
Mes Inicial [m1]
Mes Final [m2]
}
end
tables
intb00006
attributes
f001 =formonly.anos type char,autonext,comments="Digita el Ano del presupuesto";
m1 = formonly.mes1 type INTEGER,autonext,
comments = "Introduzca Mes Inicial Para Reporte";
m2 = formonly.mes2 type INTEGER,comments="Introduzca Mes Final Para Reporte";
instructions
delimiters " "
end