38 lines
1.5 KiB
Plaintext
38 lines
1.5 KiB
Plaintext
SCHEMA smarmotech
|
|
LAYOUT (TEXT="GENERACION NOMINA EMPLEADOS",STYLE="basic")
|
|
GRID
|
|
{
|
|
<G "Generales" >
|
|
Ficha [a1 ][a2 ]
|
|
|
|
<G "Detalle" >
|
|
<t >
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
[x1 ][x2 ][x3 ][x4 ]
|
|
|
|
0 50 100 ESTADO PROCESO
|
|
| | |
|
|
[p1 ] [est ]
|
|
}
|
|
end
|
|
attributes
|
|
PROGRESSBAR p1 = formonly.progreso,VALUEMIN=0,VALUEMAX=100,COLOR=GREEN;
|
|
est = formonly.estado;
|
|
a1 = formonly.num_emp;
|
|
a2 = formonly.nombre;
|
|
x1 = formonly.cod_mov,TITLE="CODIGO";
|
|
x2 = formonly.descripcion,TITLE="Descripcion";
|
|
x3 = formonly.cantidad,TITLE="Cantidad";
|
|
x4 = formonly.valor, format="###,###.##",TITLE="Valor";
|
|
|
|
instructions
|
|
screen record sdetalle[9](cod_mov,descripcion,cantidad,valor)
|
|
end
|