{ ========================================================================== FORMULARIO : LQFMRP006 OBJETIVO : Imprimir el Mayor Auxiliar de Costos en rango de fecha Es usado LQPRRP006 AUTOR : Tadeo A. Ferreras FECHA : Oct. 05, 1993 ========================================================================== } database rayovac screen { Fecha Inicial [f001 ] DEBITO :[db ] Fecha Final [f002 ] CREDITO :[cr ] BALANCE :[bl ] Cuenta No.: [a ] } end tables cgtb00004 attributes f001 = formonly.fecha_inicial type date,format = "dd/mm/yy",comments = "Digite la fecha inicial para general el reporte"; f002 = formonly.fecha_final type date,format = "dd/mm/yy",comments = "Digite la fecha final para general el reporte"; db = formonly.total1 type decimal,color=yellow,noentry; cr = formonly.total2 type decimal,color=yellow,noentry; bl = formonly.total3 type decimal,color=red,noentry; a = formonly.cuenta_no; instructions delimiters " " end