database rayovac screen size 24 by 80 # # Database not found or no system permission. # See error number -329. # # The name "rayovac" is not an existing database name. # See error number -2810. { PERIODO BASE DESDE [f3 ] AL [f4 ] Continua Consultando Cancela Operacion \g----------------------------------------------------------------------------\g CONSUMO D I A S DIAS PROD. MATERIAL DEL PERIODO EXISTENCIA PRODUCCION LLEGADA C/ORDEN \g----------------------------------------------------------------------------\g [a]-[b]-[c ]-[d ][f5 ][f7 ][f8 ] [f9 ] [f20 ] [f1 ][f2 ] \g-------------------------------------------------------------------------\g \g---------------- O R D E N E S P E N D I E N T E S --------------------\g ORDEN CANT. ORDENADA CANT. RECIBIDA BALANCE ENTREGA \g-------------------------------------------------------------------------\g [f10 ] [f11 ][f14 ] [f12 ] [f13 ] [f10 ] [f11 ][f14 ] [f12 ] [f13 ] [f10 ] [f11 ][f14 ] [f12 ] [f13 ] [f10 ] [f11 ][f14 ] [f12 ] [f13 ] [f15 ] } end tables intb00001, cotb00001 attributes a = intb00001.cod_n,autonext, comments = "Digite el NIVEL o Para Todos"; b = intb00001.cod_grupo,autonext, comments = "Digite el GRUPO o Para Todos"; c = intb00001.cod_tipo,autonext, comments = "Digite el TIPO o Para Todos"; d = intb00001.cod_sec,autonext, comments = "Digite la SECUENCIA o Para Todos"; f1 = formonly.descrip_esp,noentry; f2 = formonly.unidad_med,noentry; f3 = formonly.fech_in type date,format = "dd/mm/yy", autonext, comments = "Utilice el formato 'DDMMAA' o Para Todas"; f4 = formonly.fech_fi type date,format = "dd/mm/yy", autonext, comments = "Utilice el formato 'DDMMAA' o Para Todas"; f5 = formonly.consumo1,noentry; f7 = formonly.existe1,noentry; f8 = formonly.dias2,noentry; f20 = formonly.dias_orden; f9 = formonly.dia_llegada,noentry; f10 = formonly.num_oc,noentry; f11 = formonly.ordenada,noentry,right; f12 = formonly.cantidad,noentry,right; f13 = formonly.fecha_llegada type date,noentry,format = "dd/mm/yy"; f14 = formonly.recibida,noentry,right; f15 = formonly.remanente,noentry,right; instructions delimiters " " screen record sp1[4](num_oc,ordenada,recibida,cantidad,fecha_llegada) end