FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour export TREPORT to Excel in Preview
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: export TREPORT to Excel in Preview
Posted: Wed Apr 25, 2012 07:40 PM

Mr. Rao,

Could be please included in upcomming FW 12.04 please?.

And what about including a new icon at rpreview?.

Best regards,

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: export TREPORT to Excel in Preview
Posted: Fri Apr 27, 2012 10:27 AM
Hello,

There is a bug with accents:


This is the code:
Code (fw): Select all Collapse
REPORT oReport TITLE  "*** Mi Primer Reporte con t铆lde ***"  ;
          FONT oFont1, oFont2 ;
          PREVIEW CAPTION "Mensaje del t铆tulo"


     oReport:bInit := { || dbGoTop()  }




     COLUMN TITLE "St"         DATA Test->State

     COLUMN TITLE "Nombre", "Apellido" ;
            DATA  Test->First, Test->Last

     COLUMN TITLE "Direcci贸n", "Poblaci贸n Ciudad"  ;
            DATA  Test->Street, Test->City, ""

     COLUMN TITLE "   Salario"  ;
            DATA  Test->Salary ;
            TOTAL              ;
            RIGHT              ;
            PICTURE "9,999,999";
            FONT 2             ;
            SIZE 9



     END REPORT



Thank you.
Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: export TREPORT to Excel in Preview
Posted: Fri May 04, 2012 07:56 AM

Hi,

I also detected that HEADER and FOOTER of REPORT are not exported into Excel.

Please, could be fixed?.

Thanks.

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: export TREPORT to Excel in Preview
Posted: Fri May 04, 2012 02:12 PM

Hello,

Sorry to bother.

PICTURES are not handled too.

Regards

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: export TREPORT to Excel in Preview
Posted: Wed May 16, 2012 11:41 AM

Up.

Thanks ;).

Muchas gracias. Many thanks.



Un saludo, Best regards,



Harbour 3.2.0dev, Borland C++ 5.82 y FWH 13.06 [producci贸n]



Implementando MSVC 2010, FWH64 y ADO.



Abandonando uso xHarbour y SQLRDD.

Continue the discussion