T TourAn Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-05 #3 在PageHeader的onbeforeprint事件中定义变量如 iCount := 0; 在主数据项的onbeforeprint事件中写 iCount := iCount + [sum_fieldname]; 在PageFoot定义变量[iCount]就是总计!
在PageHeader的onbeforeprint事件中定义变量如 iCount := 0; 在主数据项的onbeforeprint事件中写 iCount := iCount + [sum_fieldname]; 在PageFoot定义变量[iCount]就是总计!
W whf Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-06 #4 选两遍报表 在PageHeader的onbeforeprint事件中定义变量如 if not FinalPass then iCount := 0; 在主数据项的onbeforeprint事件中写 if not FinalPass then iCount := iCount + [sum_fieldname]; 在PageFoot定义变量[iCount]就是总计!
选两遍报表 在PageHeader的onbeforeprint事件中定义变量如 if not FinalPass then iCount := 0; 在主数据项的onbeforeprint事件中写 if not FinalPass then iCount := iCount + [sum_fieldname]; 在PageFoot定义变量[iCount]就是总计!
D dhlacgh Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-08 #5 如是要做从首页到当页的汇总呢? 就象QR里的Texprr 的resetafterprint属性 true:当页, false到当前页
W whf Unregistered / Unconfirmed GUEST, unregistred user! 2002-01-08 #6 在PageHeader的onbeforeprint事件中定义变量如 iCount := 0; 在主数据项的onbeforeprint事件中写 iCount := iCount + [sum_fieldname]; 在PageFoot定义变量[iCount]就是从首页到当页的汇总!
在PageHeader的onbeforeprint事件中定义变量如 iCount := 0; 在主数据项的onbeforeprint事件中写 iCount := iCount + [sum_fieldname]; 在PageFoot定义变量[iCount]就是从首页到当页的汇总!