Files
MBS/PROYECTO/cgdir/cgfmwd007.per
T

37 lines
1.1 KiB
Plaintext

{
-------------------------------------------------------------------------
NOMBRE : cgfmwd007
OBJETIVO : Introduccion del detalle de los cheques
DISENO : Ing. Juan F.Soto
FECHA REALIZADO : Agosto 2, 1994
MODULO UTILIZA : cgprmt005
--------------------------------------------------------------------------
}
schema smarmotech
screen
{
Introduzca el detalle:
[a ][f1 ]
[b ][f2 ]
[c ][f3 ]
[d ][f4 ]
[f ][f5 ]
}
end
tables
adtb00001
attributes
a = formonly.detalle_1,reverse;
b = formonly.detalle_2,reverse;
c = formonly.detalle_3,reverse;
d = formonly.detalle_4,reverse;
f = formonly.detalle_5,reverse;
f1 = formonly.valor_1,reverse;
f2 = formonly.valor_2,reverse;
f3 = formonly.valor_3,reverse;
f4 = formonly.valor_4,reverse;
f5 = formonly.valor_5,reverse;
instructions
delimiters " "
end