Files
MBS/PROYECTO/gedir/gefmrp009.per
T

29 lines
670 B
Plaintext

database rayovac
screen
{
Ano [f1 ]
Mes [f2]
Cantidad Limite [c2 ]
Detalle [c34 ]
Tipo Producto [c]
Cliente(s) [c1][c3 ]
}
end
tables
cptb00001
attributes
f1 = formonly.ano1;
f2 = formonly.mes1;
c2 = formonly.cantidad1 type DECIMAL(12,2);
c1 = formonly.tipo_cliente;
c3 = formonly.sec_cliente;
c = formonly.cod_cia,
comments = "Entre Compania: 1- Productos Locales 2- Productos Importados";
c34 = formonly.detalle,upshift,
comments="Entre Clase De Reporte Para Que Salga En El Encabezado";
INSTRUCTIONS delimiters" "
end