Page 1 of 1

Report preview report press export to Excel problem

Posted: Thu Dec 30, 2021 5:37 pm
by richard-service
Hi
Look report preview paper work fine below:
Image

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

Code: Select all | Expand


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?