FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Report preview report press export to Excel problem
Posts: 866
Joined: Tue Oct 16, 2007 08:57 AM

Report preview report press export to Excel problem

Posted: Thu Dec 30, 2021 05:37 PM
Hi
Look report preview paper work fine below:


When press Export to Excel button, Group cust NO and cust NAME and record total not work below:


Code (fw): Select all Collapse
GROUP ON AllTrim(::oDB:CUST_NO)+AllTrim(HB_UTF8SubStr(::oDB:CUST_CNM,1,12)) ;
            FOOTER "小計 客戶編號: "+ oReport:aGroups[1]:cValue +  ;
                   " ("+ltrim(str(oReport:aGroups[1]:nCounter))+")" ;
            FONT 3


I think it maybe bug?
Best Regards,



Richard



Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 32bit

MySQL v8.0

Harbour 3.2.0dev (r2503251254) => Borland C++ v7.7 64bit

Continue the discussion