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 Seperator lines Listbox and report
Missing seperators Listbox solved
I was linking unnecesarally TWBRW32X.LIB this caused the missing horizontal lines in the listboxes.
Still strugling with missing horizontal lines in reports.
Still strugling with missing horizontal lines in reports.
Solved missing grid reports
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
oReport:CellView()
oReport:lSeparator := .T.
ACTIVATE REPORT oReport ;
ON CHANGE oReport:Separator()
Thanks