FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Missing Seperator lines Listbox and report
Posts: 86
Joined: Fri Oct 07, 2005 07:59 AM
Missing Seperator lines Listbox and report
Posted: Tue Jul 10, 2007 07:16 AM

After upgrading to xHarbour from Fivewin 16 bits I've lost the horizontal separator lines in Listboxes and reports with oReport:CellView().

If I compile the samples no problem. Any ideas?

Regards/Saludos
Paul

paul@pes-systems.net
Posts: 86
Joined: Fri Oct 07, 2005 07:59 AM
Missing seperators Listbox solved
Posted: Tue Jul 10, 2007 08:17 AM

I was linking unnecesarally TWBRW32X.LIB this caused the missing horizontal lines in the listboxes.

Still strugling with missing horizontal lines in reports.

Regards/Saludos
Paul

paul@pes-systems.net
Posts: 86
Joined: Fri Oct 07, 2005 07:59 AM
Solved missing grid reports
Posted: Tue Jul 10, 2007 09:06 AM

the problem was the REPEXCEL.LIB I've found your work around

oReport:CellView()
oReport:lSeparator := .T.

ACTIVATE REPORT oReport ;
ON CHANGE oReport:Separator()

Thanks

Regards/Saludos
Paul

paul@pes-systems.net

Continue the discussion