36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMMT012
|
|
OBJETIVO : Pantalla que captura los dias que contiene cada mes
|
|
del ano en curso
|
|
PROGRAMADOR : Juan Soto
|
|
PROGRAMA Q. LO USA: NOPRMT012
|
|
FECHA REALIZACION : Diciembre 8, 1993.
|
|
------------------------------------------------------------------------
|
|
}
|
|
schema smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Mes [a1] [d1 ]
|
|
Dias [b1]
|
|
|
|
Usuario Creador [f007 ] Usuario Modificador [f009 ]
|
|
Fecha Creacion [f008 ] Fecha Modificacion [f010 ]
|
|
}
|
|
end
|
|
tables
|
|
notb00012
|
|
attributes
|
|
a1 = notb00012.cod_mes,comments =
|
|
"Digite el No. del mes";
|
|
d1 = formonly.nombre_mes,noentry;
|
|
b1 = notb00012.dias,comments =
|
|
"Digite el numero de dias que contiene este mes";
|
|
f007 = notb00012.us_crea,noentry;
|
|
f008 = notb00012.fech_crea,noentry;
|
|
f009 = notb00012.us_mod,noentry;
|
|
f010 = notb00012.fech_mod,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|