36 lines
1013 B
Plaintext
36 lines
1013 B
Plaintext
{
|
|
-------------------------------------------------------------------------
|
|
NOMBRE : cgfmwd008
|
|
OBJETIVO : Consulta Codigos Cronologico
|
|
DISENO : Ing. Juan F.Soto
|
|
FECHA REALIZADO : Diciembre 08, 1995
|
|
MODULO UTILIZA : cgprmt007
|
|
--------------------------------------------------------------------------
|
|
}
|
|
schema smarmotech
|
|
screen
|
|
{
|
|
Consulta Codigos Cronologico
|
|
\g-------------------------------------------------\g
|
|
Codigo
|
|
Cronologico Beneficiario
|
|
\g-------------------------------------------------\g
|
|
[de ] [n ]
|
|
[de ] [n ]
|
|
[de ] [n ]
|
|
[de ] [n ]
|
|
[de ] [n ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00031
|
|
attributes
|
|
|
|
de = cgtb00031.cod_cro,noentry;
|
|
n = cgtb00031.beneficiario,upshift;
|
|
|
|
instructions
|
|
screen record scr_cro[5](cod_cro,beneficiario)
|
|
delimiters " "
|
|
end
|