24 lines
614 B
Plaintext
24 lines
614 B
Plaintext
{
|
|
=============================================================================
|
|
Formulario : edfmrp047
|
|
Objetivo : VENTAS MENSUALES POR TIPO PRODUCTO
|
|
Programa : edprrp047
|
|
Autor : JUAN SOTO
|
|
Fecha : Febrero 28, 2005
|
|
=============================================================================
|
|
}
|
|
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
|
|
Año Fiscal [a ]
|
|
En valor [p]
|
|
}
|
|
end
|
|
tables
|
|
vetb00002
|
|
attributes
|
|
a = formonly.pano;
|
|
p = formonly.decide, include = ("V","C"), Comments = "V - Valor C - Volumenes";
|
|
end
|