27 lines
756 B
Plaintext
27 lines
756 B
Plaintext
database rayovac@demo_se
|
|
screen size 24 by 80
|
|
{
|
|
Codigo Vendedor [f00][a ]
|
|
Asignado A [f01][c ]
|
|
status_t [k]
|
|
|
|
Usuario Creador [f002 ] Usuario Modificador[f004 ]
|
|
fecha Creacion [f003 ] Fecha Modificacion [f005 ]
|
|
|
|
|
|
}
|
|
end
|
|
tables
|
|
tetb00009
|
|
attributes
|
|
f00 = tetb00009.sec_vend,comments="Introduzca la ficha del vendedor";
|
|
f01 = tetb00009.sec_vend_a, comments= "Digite el vendedor asignado";
|
|
a = formonly.nombre_v;
|
|
c = formonly.nombre_a;
|
|
k = tetb00009.status_t,noentry;
|
|
f002 = tetb00009.us_crea,noentry;
|
|
f003 = tetb00009.fech_crea,noentry;
|
|
f004 = tetb00009.us_mod,noentry;
|
|
f005 = tetb00009.fech_mod,noentry;
|
|
end
|