Report preview report press export to Excel problem

Post Reply
User avatar
richard-service
Posts: 808
Joined: Tue Oct 16, 2007 8:57 am
Location: New Taipei City, Taiwan
Has thanked: 2 times
Contact:

Report preview report press export to Excel problem

Post 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?
Best Regards,

Richard

Harbour 3.2.0dev (r2402101027) => Borland C++ v7.7 32bit
MySQL v8.0 /ADS v10
Harbour 3.2.0dev (r2011030937) => Borland C++ v7.4 64bit
Post Reply