Files
MBS/PROYECTO/codir/cofmfu019.per
T

18 lines
365 B
Plaintext

database marmotech
screen size 24 by 80
{
Flete [f1 ]
Otros Gastos [f2 ]
Detalle [g3 ]
}
end
tables
cotb00015
attributes
f1 = formonly.valor,reverse;
f2 = formonly.ot_valor,reverse;
g3 = formonly.descripcion,reverse,upshift;
instructions
delimiters " "
end