{ ========================================================================== FORMULARIO : LQFMRP01 OBJETIVO : Imprimir Liquidacion Es usado por LQPRRP001 AUTOR : Juan F. Soto. FECHA : Mayo 13, 1994 ========================================================================== } SCHEMA smarmotech screen { Ano [p ] Mes Contable [m1] Fecha Inicial [f001 ] Fecha Final [f002 ] Tipo Reporte [d] Imprimo Entrada [a] Desea Imprimir Reporte [c] } end tables cgtb00004 attributes 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/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"; c = formonly.imp type char,include=("S","N"),comments = "S o N",upshift; d = formonly.elije type char,include=("L","E"),comments= "L o E",upshift; instructions delimiters " " end