Missing Seperator lines Listbox and report

Post Reply
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Missing Seperator lines Listbox and report

Post 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?
Regards/Saludos
Paul

paul@pes-systems.net
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Missing seperators Listbox solved

Post 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.
Regards/Saludos
Paul

paul@pes-systems.net
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

Solved missing grid reports

Post 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
Regards/Saludos
Paul

paul@pes-systems.net
Post Reply