36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
database smarmotech
|
|
screen size 24 by 80
|
|
{
|
|
Codigo Tarifa [f0]
|
|
Descripcion [f001 ]
|
|
Provincia [f2][f22 ]
|
|
Tarifa de Pago [f003 ] Por Viaje
|
|
|
|
[a]
|
|
Usuario Creador [f004 ] Usuario Modificador [f006 ]
|
|
Fecha Creacion [f005 ] Fecha Modificacion [f007 ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00023
|
|
attributes
|
|
f0 = vetb00023.cod_tarifa,autonext,
|
|
comments = "Digite el Codigo de la Tarifa";
|
|
f001 = vetb00023.descrip,autonext, upshift,
|
|
comments = "Digite el Nombre de la Tarifa";
|
|
f2 = vetb00023.cod_provincia,autonext,
|
|
comments = "Digite el Codigo de la Provincia o Ctrl-W para busqueda";
|
|
f22 = formonly.nombre_provincia, noentry;
|
|
f003 = vetb00023.tarifa_pago,autonext,
|
|
comments = "Digite el Monto a pagar para esta tarifa";
|
|
a = vetb00023.status_t, noentry;
|
|
f004 = vetb00023.us_crea, noentry;
|
|
f005 = vetb00023.fech_crea, noentry;
|
|
f006 = vetb00023.us_mod, noentry;
|
|
f007 = vetb00023.fech_mod, noentry;
|
|
end
|
|
|
|
instructions
|
|
delimiters " "
|
|
|