Files
MBS/PROYECTO/PRDIR/prfmmt001.per
T

40 lines
1.2 KiB
Plaintext

{
-----------------------------------------------------------------------------
FORMULARIO : PRFMMT001
OBJETIVO : Captura Informacion Rango de Fehca para La Semana (PRPRMT001)
REALIZADO POR : Tadeo A. Ferreras F.
FECHA : Sept. 14, 1994
-----------------------------------------------------------------------------
}
database smarmotech
screen size 24 by 80
{
Numero De Semana [n1 ]
Ano [a1 ]
Mes [m1]
Semana Del [f005 ]
Semana Al [f006 ] DESCRIPCION[de ]
[a]
Usuario Creador [b ] Usuario Modificador [c ]
Fecha Creacion [d ] Usuario Modificador [e ]
}
end
tables
prtb00002
attributes
de = prtb00002.descripcion,scroll;
n1 = formonly.num_semana;
f005 = prtb00002.semana_del,format = "dd/mm/yy";
f006 = prtb00002.semana_al,format = "dd/mm/yy";
m1 = prtb00002.mes;
a1 = prtb00002.ano;
a = prtb00002.status_t,noentry;
b = prtb00002.us_crea,noentry;
c = prtb00002.us_mod,noentry;
d = prtb00002.fech_crea,noentry;
e = prtb00002.fech_mod,noentry;
instructions
delimiters " "
end