30 lines
1.3 KiB
Plaintext
30 lines
1.3 KiB
Plaintext
LAYOUT (TEXT="BUSQUEDA PRODUCTOS", STYLE="basic")
|
|
GRID
|
|
{
|
|
|
|
<t >
|
|
[f ][g ][h ][i ][f2 ][f3 ][x1 ][x2 ][e ]
|
|
[f ][g ][h ][i ][f2 ][f3 ][x1 ][x2 ][e ]
|
|
[f ][g ][h ][i ][f2 ][f3 ][x1 ][x2 ][e ]
|
|
[f ][g ][h ][i ][f2 ][f3 ][x1 ][x2 ][e ]
|
|
[f ][g ][h ][i ][f2 ][f3 ][x1 ][x2 ][e ]
|
|
}
|
|
end
|
|
|
|
attributes
|
|
f = formonly.cod_n,TITLE="CLASE";
|
|
g = formonly.cod_grupo,TITLE="GRUPO";
|
|
h = formonly.cod_tipo,TITLE="TIPO";
|
|
i = formonly.cod_sec,TITLE="SECUENCIA";
|
|
f2 = formonly.descrip_esp, scroll,TITLE="DESCRIPCION";
|
|
f3 = formonly.unidad_med,TITLE="UNIDAD";
|
|
x1 = formonly.cantidad_o,TITLE="CANTIDAD ORDEN";
|
|
x2 = formonly.cantidad_c,TITLE="CANTIDAD COTIZACION";
|
|
e = formonly.existencia,TITLE="EXISTENCIA";
|
|
instructions
|
|
screen record s_prod[5] (cod_n,cod_grupo,cod_tipo,cod_sec,descrip_esp,
|
|
unidad_med,cantidad_o,cantidad_c,existencia)
|
|
delimiters " "
|
|
end
|
|
|