48 lines
2.3 KiB
Plaintext
48 lines
2.3 KiB
Plaintext
{
|
|
-----------------------------------------------------------------------------
|
|
FORMULARIO : CCFMMT014
|
|
OBJETIVO : Transporte Despachos(Materiales)
|
|
REALIZADO POR : Ing. Juan Soto
|
|
FECHA : Diciembre 4, 2010
|
|
-----------------------------------------------------------------------------
|
|
}
|
|
SCHEMA smarmotech
|
|
|
|
|
|
LAYOUT (TEXT="Materiales",STYLE="basic")
|
|
SCROLLGRID
|
|
|
|
{
|
|
[lb1 ]
|
|
|
|
<G "Materiales" >
|
|
<t t1 >
|
|
[x ][x1 ][x2 ][a ][b ][p ][P1 ][a1][a2][a3][a4][a5]
|
|
[x ][x1 ][x2 ][a ][b ][p ][P1 ][a1][a2][a3][a4][a5]
|
|
[x ][x1 ][x2 ][a ][b ][p ][P1 ][a1][a2][a3][a4][a5]
|
|
[x ][x1 ][x2 ][a ][b ][p ][P1 ][a1][a2][a3][a4][a5]
|
|
[x ][x1 ][x2 ][a ][b ][p ][P1 ][a1][a2][a3][a4][a5]
|
|
}
|
|
|
|
end
|
|
tables
|
|
cctb00001
|
|
attributes
|
|
LABEL lb1:text="MATERIALES REQUISICION DESPACHO", STYLE="title";
|
|
X = formonly.fecha_compromiso,TITLE="FECHA PRODUCCION";
|
|
DATEEDIT x1 = formonly.fecha_transporte,format="dd/mm/yyyy",TITLE="FECHA T";
|
|
DATEEDIT x2 = formonly.fecha_llegada,format="dd/mm/yyyy",TITLE="LLEGADA";
|
|
a = formonly.materiales,TITLE="PRODUCTOS";
|
|
b = formonly.cantidad,TITLE="CANTIDAD";
|
|
p = formonly.pendiente,TITLE="PENDIENTE REQ";
|
|
p1 = formonly.pendiente_ord,TITLE="PENDIENTE ORD";
|
|
a1 = formonly.cod_n,HIDDEN;
|
|
a2 = formonly.cod_grupo,HIDDEN;
|
|
a3 = formonly.cod_tipo,HIDDEN;
|
|
a4 = formonly.cod_sec,HIDDEN;
|
|
a5 = formonly.num_oc,HIDDEN;
|
|
instructions
|
|
screen record s_transporte (fecha_compromiso,fecha_transporte,fecha_llegada,materiales,cantidad,pendiente,pendiente_ord,cod_n,cod_grupo,cod_tipo,cod_Sec,num_oc)
|
|
delimiters " "
|
|
end
|