schema smarmotech LAYOUT (TEXT="ccprrp003 Analisis Saldos",STYLE="basic") GRID { Tipo de Venta [b] Total Cte. [t0 ] Fecha de Corte [c ] Total 1-30 [t1 ] Cliente [a ] [d ] Total 31-60 [t2 ] Vendedor [k1 ] Total 61-90 [t3 ] Tipo Archivo Total Mas 90 [t4 ] [tp ] Total Saldo [t5 ] 0 50 100 [p000 ] } end end tables cctb00001 attributes COMBOBOX tp = formonly.tipo_credito,ITEMS=((1,'DATA CREDITO'),(2,'TRANSUNION')); PROGRESSBAR p000 = formonly.progreso,VALUEMIN=0,VALUEMAX=100,COLOR=GREEN; k1 = formonly.sec_vend; b = formonly.tipo_venta type char, autonext, comments = "1 = Ventas Locales, 2 = Ventas de Exportacion"; c = formonly.fecha_corte type date, autonext, format = "dd/mm/yyyy", comments = "Digite la fecha de Corte del Reporte"; a = formonly.tipo_cliente; d = formonly.sec_cliente; t0 = formonly.total_c type decimal(10,2); t1 = formonly.total1 type decimal(10,2); t2 = formonly.total2 type decimal(10,2); t3 = formonly.total3 type decimal(10,2); t4 = formonly.total4 type decimal(10,2); t5 = formonly.total5 type decimal(10,2); end