25 lines
714 B
Plaintext
25 lines
714 B
Plaintext
{
|
|
-------------------------------------------------------------------------------
|
|
FORMULARIO : ADFMRP002
|
|
OBJETIVO : Pantalla para el programa que lista los Solicitantes
|
|
ordenados por Puestos
|
|
PROGRAMADOR : Ing. Betania Guerrero Perez
|
|
FECHA REALIZACION : Junio 24, 1993
|
|
-------------------------------------------------------------------------------
|
|
}
|
|
SCHEMA smarmotech
|
|
LAYOUT (TEXT="FORMULARIO REPORTE POR DEPARTAMENTO", STYLE="basic")
|
|
|
|
GRID
|
|
{
|
|
<G >
|
|
Codigo del Puesto [f2 ]
|
|
}
|
|
end
|
|
tables
|
|
adtb00016
|
|
attributes
|
|
f2 = adtb00016.cod_puesto,autonext,
|
|
comments = "Digite el codigo del Puesto";
|
|
end
|