Files
MBS/PROYECTOS/ipdir - 21102021/ipfmwd010.per
T

55 lines
2.1 KiB
Plaintext

{
=============================================================================
FORMULARIO : IPFMWD009
OBJETIVO : Desplegar los codigos y nombres de la maestra de
clientes
PROGRAMA Q. LO USA : IPPRMT044
AUTOR : JUAN F. SOTO
FECHA : FEBRERO 6, 1999
=============================================================================
}
SCHEMA smarmotech
SCREEN
{
DESCRIPCION:[des ][und ]
\g------------------------------------------------------------------------------\g
Etiqueta Codigo Lado 1 Lado 2 Lado 3 Cantidad Medidas
\g------------------------------------------------------------------------------\g
[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 ]
======== ===========
[t2 ][t1 ]
}
end
tables
vetb00004
attributes
COMBOBOX et = formonly.etiqueta;
t1 = formonly.total_medida;
t2 = formonly.total_cantidad;
des = formonly.descrip_esp;
und = formonly.unidad_med;
a = formonly.cod_n,noentry;
b = formonly.cod_grupo,noentry;
c = formonly.cod_tipo,noentry;
d = formonly.cod_sec,noentry;
l1 = formonly.lado_1;
l2 = formonly.lado_2;
l3 = formonly.lado_3;
c1 = formonly.cantidad;
m = formonly.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