37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
{
|
|
===========================================================================
|
|
Formulario : infmmt021
|
|
Sistema : Inventario de Material
|
|
Objetivo : Formulario a usar para captura de informacion en el Prog.
|
|
inprmt021 (datos referentes a maestra de Exsportacion)
|
|
Autor : Tadeo A. Ferreras
|
|
Fecha : Julio 22,1993
|
|
===========================================================================
|
|
}
|
|
database exterior
|
|
screen
|
|
{
|
|
|
|
Fecha de Exportacion [z ]
|
|
Numero de Factura [a ]
|
|
[g]
|
|
|
|
Usuario Creador [us1 ] Usuario Modificador [us2 ]
|
|
Fecha de Creacion [fec1 ] Fecha de Modificacion [fec2 ]
|
|
}
|
|
end
|
|
tables
|
|
intb00021
|
|
intb00001
|
|
attributes
|
|
z = intb00021.fecha,format = "dd/mm/yy",
|
|
comments = "Digite la fecha de la Exportacion";
|
|
a = intb00021.factura,comments = "Digite el numero de la factura";
|
|
g = intb00021.status_t,noentry;
|
|
us1 = intb00021.us_crea,noentry;
|
|
fec1 = intb00021.fech_crea,noentry;
|
|
us2 = intb00021.us_mod,noentry;
|
|
fec2 = intb00021.fech_mod,noentry;
|
|
instructions delimiters " "
|
|
end
|