diff --git a/PROYECTO/indir/defecto.4gl b/PROYECTO/indir/defecto.4gl index f8c0bd7..a23b8a3 100644 --- a/PROYECTO/indir/defecto.4gl +++ b/PROYECTO/indir/defecto.4gl @@ -1,3 +1,25 @@ +FUNCTION msgrp000(tipo_papel) + DEFINE tipo_papel SMALLINT, + longitud CHAR(11), + linea_papel CHAR(50) + + CASE + WHEN tipo_papel = 1 + LET longitud = " 9 1/2 x 11" + WHEN tipo_papel = 2 + LET longitud = "14 7/8 x 11" + END CASE + + LET linea_papel = "Coloque papel ",longitud," en la impresora." + DISPLAY linea_papel + AT 15,14 + DISPLAY "Asegurese de que la impresora este encendida." + AT 16,14 + DISPLAY " Ejecuta impresion Cancela impresion" + AT 18,14 + +END FUNCTION + FUNCTION defecto(usuarios,clave,impresor) DEFINE impresor,idx SMALLINT, @@ -150,3 +172,17 @@ FUNCTION configureOutput(tipo_file) -- en este entorno; usar r_output = 'MA' (impresion clasica) en su lugar. RETURN NULL END FUNCTION + +FUNCTION selectOutput() + -- El formulario "Configuration" del Report Writer 2.0 no esta disponible + -- en este entorno (ver configureOutput). Se devuelve un valor fijo para + -- que el flujo de "Reporte Grafico" siga y falle de forma consistente + -- con la limitacion ya conocida; usar MATRICIAL en su lugar. + RETURN "PDF" +END FUNCTION + +FUNCTION seleccionarSalida() + -- Mismo caso que selectOutput(): el formulario "Configuration" del + -- Report Writer 2.0 no esta disponible en este entorno; usar MATRICIAL. + RETURN "PDF" +END FUNCTION diff --git a/PROYECTO/indir/infmrp008.4fd b/PROYECTO/indir/infmrp008.4fd new file mode 100644 index 0000000..8a2b408 --- /dev/null +++ b/PROYECTO/indir/infmrp008.4fd @@ -0,0 +1,18 @@ + + + + + + + + + +
+ + +
+
diff --git a/PROYECTO/indir/infmrp008.per b/PROYECTO/indir/infmrp008.per index e3d1f99..1be7ff8 100644 --- a/PROYECTO/indir/infmrp008.per +++ b/PROYECTO/indir/infmrp008.per @@ -2,7 +2,7 @@ database smarmotech screen size 24 by 80 { -Ordenamiento [k] +Ordenamiento [k ] Codigo Movimiento [a ] } end diff --git a/PROYECTO/indir/infmrp009.4fd b/PROYECTO/indir/infmrp009.4fd index 1d8e1fe..01d32b8 100644 --- a/PROYECTO/indir/infmrp009.4fd +++ b/PROYECTO/indir/infmrp009.4fd @@ -15,7 +15,7 @@ -
+