Page 1 of 1

Missing Seperator lines Listbox and report

Posted: Tue Jul 10, 2007 7:16 am
by PAUL SIMM
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?

Missing seperators Listbox solved

Posted: Tue Jul 10, 2007 8:17 am
by PAUL SIMM
I was linking unnecesarally TWBRW32X.LIB this caused the missing horizontal lines in the listboxes.

Still strugling with missing horizontal lines in reports.

Solved missing grid reports

Posted: Tue Jul 10, 2007 9:06 am
by PAUL SIMM
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