Listbox missing horizontal lines after upgrading to xHarbour

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

Listbox missing horizontal lines after upgrading to xHarbour

Post by PAUL SIMM »

The horizontal lines seperating records have disapeared after upgrading from FW to FWH with xHarbour (No problem with Harbour)

REDEFINE LISTBOX oBrw;
FIELDS Str(MENSAJER->MENS_COD),OA(MENSAJER->COMPANIA),;
DTOC(MENSAJER->RENO_CONT),OA(MENSAJER->DIR1),;
OA(MENSAJER->DP),OA(MENSAJER->CIUDAD),OA(MENSAJER->TEL);
ALIAS "MENSAJER";
HEADERS OA("N§ Conductor"),OA("Nombre"),OA("Fecha Renovaci¢n"),;
OA("Direcci¢n"),;
OA("C¢digo Postal"),OA("Ciudad"),OA("Tel‚fono");
ID 300;
SIZES 96,250,288,288,112,248,128;
ON CHANGE Veo_Mensa(@oGets,Recno(),@lFoto,oBitmap);
OF oDlgMensa
Regards/Saludos
Paul

paul@pes-systems.net
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Paul,

What FWH and Harbour/xHarbour versions ?
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

fwh and xharbour versions

Post by PAUL SIMM »

#define FWVERSION "FWHX 2.7 June 2006"

xHarbour Compiler build 0.99.61 (SimpLex)
Regards/Saludos
Paul

paul@pes-systems.net
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Post by Antonio Linares »

Paul,

Could you please test samples/fwbrow.prg and check if you have the same problem ? Thanks
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
PAUL SIMM
Posts: 63
Joined: Fri Oct 07, 2005 7:59 am
Location: Madrid, Spain
Contact:

LISTBOX WITH NO HORIZONTAL LINES

Post by PAUL SIMM »

No problem with FWH FWBROW.PRG compiled with BUILD

I'll check my versions.
Regards/Saludos
Paul

paul@pes-systems.net
Post Reply