FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Report from xBrowse, need options
Posts: 883
Joined: Tue Oct 11, 2005 11:57 AM
Report from xBrowse, need options
Posted: Sun Aug 20, 2017 03:59 PM

Hi Everyone..

I have some small xbrowses in my app. To make things simplier, I just added a button with xBrowse:Report(), fast an easy.
But... in one of them I need to put lines, like in formal report with CELLVIEW().

xBrowse:Report( cTitle, lPreview, lModal, bSetUp, aGroupBy, cPDF )

bSetup is for that, How?

Thanks in advance
From Chile
Adolfo

;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Asus TUF F15, 32GB Ram, 2 * 1 TB NVME M.2, GTX 1650
Posts: 883
Joined: Tue Oct 11, 2005 11:57 AM
Re: Report from xBrowse, need options
Posted: Mon Aug 21, 2017 12:05 PM

Done

bSetUp := {|oRep| oRep:CellView()}

xBr:Report("Printing....",.T.,,bSetUp )

;-) Ji,ji,ji... buena la cosa... "all you need is code"

http://www.xdata.cl - Desarrollo Inteligente
----------
Asus TUF F15, 32GB Ram, 2 * 1 TB NVME M.2, GTX 1650

Continue the discussion