27 lines
614 B
Plaintext
27 lines
614 B
Plaintext
DATABASE smarmotech
|
|
screen
|
|
{
|
|
Numero De La Orden [o1 ]
|
|
Tipo Orden [t1]
|
|
Status Orden [a]
|
|
|
|
Usuario Creador [u1 ] Usuario Modificador [u2 ]
|
|
Fecha Creacion [f1 ] Fecha Modificacion [f2 ]
|
|
}
|
|
end
|
|
tables
|
|
cotb00014
|
|
attributes
|
|
o1 = formonly.num_oc;
|
|
t1 = cotb00014.tipo;
|
|
a = cotb00014.cierre,include=("S","N"),upshift,
|
|
comments = "S - CERRADA, N - ABIERTA";
|
|
u1 = cotb00014.us_crea,noentry;
|
|
f1 = cotb00014.fech_crea,noentry;
|
|
u2 = cotb00014.us_mod,noentry;
|
|
f2 = cotb00014.fech_mod,noentry;
|
|
instructions
|
|
delimiters " "
|
|
end
|
|
|