Files

35 lines
989 B
Plaintext

{
----------------------------------------------------------------------------
FORMULARIO : CPFMWD005
OBJETIVO : Pantalla para despeglar los balances de los prepagos
PROGRAMAS UTILIZAN : cpprmt001
PROGRAMADOR : Tadeo Ferreras
FECHA REALIZACION : Julio 17, 1993
----------------------------------------------------------------------------
}
database marmotech
screen
{
\g----------------------------------\g
Documento Tipo Valor
\g----------------------------------\g
[nd ][tp][va ]
[nd ][tp][va ]
[nd ][tp][va ]
[nd ][tp][va ]
[nd ][tp][va ]
[nd ][tp][va ]
}
end
tables
cptb00001
attributes
nd = cptb00001.num_doc;
tp = cptb00001.tipo_doc,noentry;
va = cptb00001.valor,noentry;
instructions
screen record prepago_wd1[6](num_doc,tipo_doc,valor)
delimiters " "
end