31 lines
915 B
Plaintext
31 lines
915 B
Plaintext
database marmotech
|
|
screen size 24 by 80
|
|
{
|
|
Codigo Arancelario [f000 ]
|
|
Descripcion Espanol [f001 ]
|
|
Descripcion Ingles [f002 ]
|
|
|
|
|
|
Usuario Creador [f003 ] Usuario Modificador [f005 ]
|
|
Fecha Creacion [f004 ] Fecha Modificacion [f006 ]
|
|
[j]
|
|
}
|
|
end
|
|
tables
|
|
cotb00005
|
|
attributes
|
|
f000 = cotb00005.cod_nab,picture = "##.##.##.##", autonext,
|
|
comments = "Digite el codigo arancelario";
|
|
f001 = cotb00005.descrip_esp, upshift,
|
|
comments = "Digite la descripcion en espanol";
|
|
f002 = cotb00005.descrip_ing, upshift,
|
|
comments = "Digite la descripcion en ingles";
|
|
f003 = cotb00005.us_crea, noentry;
|
|
f004 = cotb00005.fech_crea, noentry;
|
|
f005 = cotb00005.us_mod, noentry;
|
|
f006 = cotb00005.fech_mod, noentry;
|
|
j = cotb00005.status_t,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|