Page 1 of 1

new bug FWH 13.07 xBrowse:Report()

PostPosted: Sat Aug 10, 2013 11:18 am
by lucasdebeltran
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.

Re: new bug FWH 13.07 xBrowse:Report()

PostPosted: Sat Aug 10, 2013 12:53 pm
by nageswaragunupudi
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()

Re: new bug FWH 13.07 xBrowse:Report()

PostPosted: Sat Aug 10, 2013 1:14 pm
by lucasdebeltran
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.