38 lines
1.1 KiB
Plaintext
38 lines
1.1 KiB
Plaintext
database rayovac
|
|
screen size 24 by 80
|
|
{
|
|
Numero Documento [f000 ]
|
|
Fecha Documento [fe ]
|
|
Transportista [f1][f2 ][c ]
|
|
Bultos Transportado [f002 ]
|
|
Codigo Tarifa [f003 ][ds ]
|
|
|
|
Factura o Devolucion [f001 ][f001 ][f001 ][f001 ]
|
|
|
|
Status Registro [a]
|
|
Usuario Creador [f004 ] Usuario Modificador [f006 ]
|
|
Fecha Modificacion [f005 ] Fecha Modificacion [f007 ]
|
|
|
|
}
|
|
end
|
|
tables
|
|
vetb00036
|
|
attributes
|
|
f000 = vetb00036.num_doc,noentry;
|
|
fe = vetb00036.fecha,format = "dd/mm/yyyy";
|
|
f001 = formonly.p_refe;
|
|
f1 = vetb00036.cod_transp;
|
|
f2 = vetb00036.sec_transp;
|
|
c = formonly.detalle1,noentry;
|
|
f002 = vetb00036.bultos;
|
|
f003 = vetb00036.cod_tarifa;
|
|
ds = formonly.detalle,noentry;
|
|
a = vetb00036.status_t,noentry;
|
|
f004 = vetb00036.us_crea,noentry;
|
|
f005 = vetb00036.fech_crea,noentry;
|
|
f006 = vetb00036.us_mod,noentry;
|
|
f007 = vetb00036.fech_mod,noentry;
|
|
instructions
|
|
screen record s_refe[4] (p_refe)
|
|
end
|