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
Listbox missing horizontal lines after upgrading to xHarbour
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
fwh and xharbour versions
#define FWVERSION "FWHX 2.7 June 2006"
xHarbour Compiler build 0.99.61 (SimpLex)
xHarbour Compiler build 0.99.61 (SimpLex)
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
LISTBOX WITH NO HORIZONTAL LINES
No problem with FWH FWBROW.PRG compiled with BUILD
I'll check my versions.
I'll check my versions.