55 lines
2.3 KiB
Plaintext
55 lines
2.3 KiB
Plaintext
{
|
|
=============================================================================
|
|
FORMULARIO : VEFMWD019
|
|
OBJETIVO : DESPIECE PRODUCTOS
|
|
PROGRAMA Q. LO USA : VEPRMT049
|
|
AUTOR : JUAN F. SOTO
|
|
FECHA : MAYO 10, 2010
|
|
=============================================================================
|
|
}
|
|
SCHEMA smarmotech
|
|
LAYOUT
|
|
GRID
|
|
{
|
|
<G >
|
|
AREA :[a1 ][desc1 ]
|
|
DESCRIPCION:[des ][und ]
|
|
|
|
<G "DESPIECE" >
|
|
<t >
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
[et ][a ][b ][c ][d ][l1 ][l2 ][l3 ][c1 ][m ]
|
|
============
|
|
[t1 ]
|
|
}
|
|
end
|
|
tables
|
|
vetb00004
|
|
attributes
|
|
a1 = formonly.area;
|
|
desc1 = formonly.descripcion_area;
|
|
COMBOBOX et = formonly.etiqueta,TITLE="ETIQUETA";
|
|
t1 = formonly.total_medida;
|
|
des = formonly.descrip_esp;
|
|
und = formonly.unidad_med;
|
|
a = formonly.cod_n,noentry,TITLE="CLASE";
|
|
b = formonly.cod_grupo,noentry,TITLE="GRUPO";
|
|
c = formonly.cod_tipo,noentry,TITLE="TIPO";
|
|
d = formonly.cod_sec,noentry,TITLE="MEDIDA";
|
|
l1 = formonly.lado_1,TITLE="LARGO";
|
|
l2 = formonly.lado_2,TITLE="ANCHO";
|
|
l3 = formonly.lado_3,TITLE="ESPESOR";
|
|
c1 = formonly.cantidad,TITLE="CANTIDAD";
|
|
m = formonly.medida,TITLE="CANT. MEDIDA";
|
|
instructions delimiters " "
|
|
screen record sdespiece[8](etiqueta,cod_n,cod_grupo,cod_tipo,cod_sec,lado_1,lado_2,lado_3,cantidad,medida)
|
|
end
|
|
|
|
|