Files
MBS/PROYECTO/codir/cofmmt003.per
T

27 lines
776 B
Plaintext

database marmotech
screen size 24 by 80
{
Codigo del Furgon [a0]
Descripcion [f000 ]
[j]
Usuario Creador [f001 ] Usuario Modificador [f003 ]
Fecha Creacion [f002 ] Fecha Modificacion [f004 ]
}
end
tables
cotb00003
attributes
a0 = cotb00003.cod_furg, right, autonext,
comments = "Digite el codigo del furgon";
f000 = cotb00003.descrip_furg,upshift,
comments = "Digite la descripcion del furgon";
f001 = cotb00003.us_crea,noentry;
j = cotb00003.status_t,noentry;
f002 = cotb00003.fech_crea,noentry;
f003 = cotb00003.us_mod,noentry;
f004 = cotb00003.fech_mod,noentry;
instructions
delimiters " "
end