{ ========================================================================== FORMULARIO : LQFMRP07 OBJETIVO : Imprimir Liquidacion Es usado por LQPRRP007 AUTOR : Juan F. Soto. FECHA : Noviembre 26, 1996 ========================================================================== } SCHEMA smarmotech screen { Ano [p ] Mes Contable [m1] Fecha Inicial [f001 ] Fecha Final [f002 ] Tipo Reporte [d] Imprimo Entrada [a] Desea Imprimir Reporte [c] Actualizo Costo Standard con el costo generado por este reporte?[ac] } end tables cgtb00004 attributes ac = formonly.chstd,default="N",Include = ("S","N"); p = formonly.p_ano; m1 = formonly.m_mes; a = formonly.imp_entrada type char,required,include = ("N","S"),upshift; f001 = formonly.fecha_inicial type date,format = "dd/mm/yyyy",comments = "Digite la fecha inicial para general el reporte"; f002 = formonly.fecha_final type date,format = "dd/mm/yyyy",comments = "Digite la fecha final para general el reporte"; c = formonly.imp type char,include=("S","N"),comments = "S o N"; d = formonly.elije type char,include=("L","E"),comments= "L o E"; instructions delimiters " " end