Files
MBS/PROYECTO/ccdir/ccfmrp024.per
T

34 lines
924 B
Plaintext

{
===========================================================================
SISTEMA : Cuentas Por Cobrar
FORMULARIO : CCFMRP024
OBJETIVO : Reporatar devoluciones Por Mes En Un Ano Especifico,
es usado por CCPRRP024
AUTOR : Tadeo A Ferreras
FECHA : Diciembre 1, 1993
===========================================================================
}
database marmotech
screen size 24 by 80
{
Ano a Procesar [f1 ]
Mes a Procesar [f2]
Producto Terminado [b]-[c]-[d ]-[e ]
}
end
tables
iptb00006
attributes
f1 = formonly.ano type smallint,autonext,comments="Digite el ano a Procesar";
f2 = formonly.mes type smallint,autonext,comments="Digite el mes a procesar.";
b = iptb00006.cod_n;
c = iptb00006.cod_grupo;
d = iptb00006.cod_tipo;
e = iptb00006.cod_sec;
instructions
delimiters " "
end