Files
MBS/PROYECTO/cgdir/cgfmrp030.per
T

29 lines
723 B
Plaintext

{
--------------------------------------------------------------------------
FORMULARIO : CGFMRP030
OBJETIVO : CAPTURAR LOS PARAMETROS PARA EL REPORTE ANALISIS DE BENEFICIOS
POR VENDEDOR Y COMPANIA.
UTILIZADO POR EL PROGRAMA:CGPRRP029
DISENADO POR : JUAN F. SOTO
FECHA : DICIEMBRE 10, 1996
---------------------------------------------------------------------------
}
DATABASE marmotech
screen size 24 by 80
{
Ano [an ]
Mes [me]
Compania [c]
Vendedor [ve ]
}
tables
notb00017
attributes
me = formonly.p_mes,comments = "Digite Hasta Que Mes Desea El Reporte",
required;
an = formonly.p_ano,required;
c = formonly.cod_cia;
ve = notb00017.num_emp;
end