60 lines
2.2 KiB
Plaintext
60 lines
2.2 KiB
Plaintext
{
|
|
------------------------------------------------------------------------
|
|
FORMULARIO : NOFMMT002
|
|
OBJETIVO : Pantalla que captura los movimientos fijos de
|
|
los empleados
|
|
Es utilizada por: NOPRMT002
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Agosto 20, 1993
|
|
------------------------------------------------------------------------
|
|
}
|
|
database smarmotech
|
|
|
|
TOOLBAR
|
|
ITEM nuevo (TEXT="Codigos", IMAGE="new", COMMENT="Nuevo Codigo")
|
|
ITEM buscar (TEXT="Buscar Codigos", IMAGE="find", COMMENT="Criterio de busqueda")
|
|
SEPARATOR
|
|
ITEM salir (TEXT="Salir", IMAGE="quit")
|
|
END
|
|
LAYOUT (TEXT="MAESTRA CODIGOS NOVEDADES", STYLE="basic")
|
|
GRID
|
|
|
|
{
|
|
Codigo Empleado[f000][f001][f2][f3][a ]
|
|
|
|
<G >
|
|
Movimiento Cantidad Valor
|
|
[f4] [b ] [f005 ] [f006 ]
|
|
[f4] [b ] [f005 ] [f006 ]
|
|
[f4] [b ] [f005 ] [f006 ]
|
|
[f4] [b ] [f005 ] [f006 ]
|
|
[f4] [b ] [f005 ] [f006 ]
|
|
[j]
|
|
Usuario Creador [f007 ] Usuario Modificador [f009 ]
|
|
Fecha Creacion [f008 ] Fecha Modificacion [f010 ]
|
|
}
|
|
end
|
|
tables
|
|
notb00003,notb00002
|
|
attributes
|
|
f000 = notb00003.num_emp,autonext,
|
|
comments = "Digite la ficha del empleado o Presione Ctrl-W para busqueda";
|
|
f001 = notb00003.departamento,autonext;
|
|
f2 = notb00003.nivel_emp,noentry;
|
|
f3 = notb00003.cod_puesto,noentry;
|
|
a = formonly.descrip1,noentry;
|
|
f4 = notb00003.cod_mov,autonext,
|
|
comments = "Digite el codigo de movimiento o Presione Ctrl-W para busqueda";
|
|
b = notb00002.descrip_mov,noentry;
|
|
f005 = notb00003.cantidad;
|
|
f006 = notb00003.valor;
|
|
j = notb00003.status_t,noentry;
|
|
f007 = notb00003.us_crea,noentry;
|
|
f008 = notb00003.fech_crea,noentry;
|
|
f009 = notb00003.us_mod,noentry;
|
|
f010 = notb00003.fech_mod,noentry;
|
|
instructions
|
|
screen record consart[5] (cod_mov,descrip_mov,cantidad,valor)
|
|
delimiters " "
|
|
end
|