Files
MBS/PROYECTO/cgdir/cgfmmt018.per
T

34 lines
1.0 KiB
Plaintext

{
----------------------------------------------------------------------------
FORMULARIO : CGFMMT018
OBJETIVO : Transfiere Costos anos anteriores anos actuales
PROGRAMADOR : Ing. Juan Soto
FECHA REALIZACION : Febrero 28, 2007
----------------------------------------------------------------------------
}
database marmotech
screen size 24 by 80
{
Ano Origen [a1 ]
Ano Destino [a2 ]
[d1 ] Materia Prima
[d2 ] Productos Terminados
[d3 ] Repuestos
[d4 ] Semi-Elaborados
}
tables
cgtb00004,cgtb00001,
adtb00001
attributes
a1 = formonly.ano_orig,comments = "Introduzca el Ano Original";
a2 = formonly.ano_act,comments = "Introduzca el Ano Costo Actual";
d1 = formonly.mat_prima, WIDGET = "CHECK",config = "str_on str_off";
d2 = formonly.terminados, WIDGET = "CHECK",config = "str_on str_off";
d3 = formonly.repuestos, WIDGET = "CHECK",config = "str_on str_off";
d4 = formonly.semi, WIDGET = "CHECK",config = "str_on str_off";
instructions
delimiters " "
end