26 lines
735 B
Plaintext
26 lines
735 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Codigo Cronologico [f000 ]
|
|
Beneficiario [f001 ]
|
|
[f002 ]
|
|
[a]
|
|
Usuario Creaddor [f003 ] Usuario Modificador[f005 ]
|
|
Fecha Creacion [f004 ] Fecha Modificacion [f006 ]
|
|
}
|
|
end
|
|
tables
|
|
cgtb00031
|
|
attributes
|
|
f000 = cgtb00031.cod_cro,upshift,reverse,picture = "X-###-##";
|
|
f001 = cgtb00031.beneficiario[1,30],upshift;
|
|
f002 = cgtb00031.beneficiario[31,60],upshift;
|
|
a = cgtb00031.status_t,noentry;
|
|
f003 = cgtb00031.us_crea,noentry;
|
|
f004 = cgtb00031.fech_crea,noentry;
|
|
f005 = cgtb00031.us_mod,noentry;
|
|
f006 = cgtb00031.fech_mod,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|