15 lines
309 B
Plaintext
15 lines
309 B
Plaintext
SCHEMA smarmotech
|
|
|
|
LAYOUT (text="Reporte Herramientas por Empleado")
|
|
GRID
|
|
{
|
|
Empleado: [f01 ]
|
|
Departamento: [f02 ]
|
|
}
|
|
END
|
|
END
|
|
|
|
ATTRIBUTES
|
|
EDIT f01 = FORMONLY.num_emp TYPE INTEGER;
|
|
EDIT f02 = FORMONLY.departamento TYPE SMALLINT;
|
|
END |