34 lines
989 B
Plaintext
34 lines
989 B
Plaintext
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Codigo de la Zona [f9 ] [f10 ]
|
|
Codigo de la Provincia [f8 ][f002 ]
|
|
[a]
|
|
|
|
|
|
Usuario Creador [f003 ] Usuario Modificador [f005 ]
|
|
Fecha Creacion [f004 ] Fecha Modificacion [f006 ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00008,
|
|
vetb00009,
|
|
vetb00020
|
|
attributes
|
|
f9 = vetb00009.cod_zona, autonext,
|
|
comments = "Digite el Codigo de la Zona o Ctrl-W para busqueda";
|
|
f10 = vetb00008.descrip, noentry;
|
|
f8 = vetb00009.cod_provincia,autonext,
|
|
comments = "Digite el Codigo de la Provincia o Ctrl-W para busqueda";
|
|
f002 = vetb00020.nombre_provincia, noentry;
|
|
a = vetb00009.status_t, noentry;
|
|
f003 = vetb00009.us_crea, noentry;
|
|
f004 = vetb00009.fech_crea, noentry;
|
|
f005 = vetb00009.us_mod, noentry;
|
|
f006 = vetb00009.fech_mod, noentry;
|
|
end
|
|
|
|
INSTRUCTIONS
|
|
delimiters " "
|
|
|