FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour new bug FWH 13.07 xBrowse:Report()
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
new bug FWH 13.07 xBrowse:Report()
Posted: Sat Aug 10, 2013 11:18 AM

Hello,

In samples\repxb01.prg, in the preview, click on Excel and it does not export to it, as bInit is not defined.

Modifiying method report() in xBrowse, I tried with no luck:
bInit := { || oBrw:GoTop() }

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: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: new bug FWH 13.07 xBrowse:Report()
Posted: Sat Aug 10, 2013 12:53 PM

Export to xbrowse is to be made through oBrw:ToExcel() and report through oBrw:Report()

Not desirable going from xbrowse ---> report --> excel. Report's to excel is far inferior to obrw:toexcel()

Regards



G. N. Rao.

Hyderabad, India
Posts: 1303
Joined: Tue Jul 21, 2009 08:12 AM
Re: new bug FWH 13.07 xBrowse:Report()
Posted: Sat Aug 10, 2013 01:14 PM

Mr. Nages,

As xBrowse:report() goes to rpreview.prg, it is posible also to do a report:Excel().

I don´t know how to instruct xbrowse.prg method report() to go top of the data via bInit.

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