FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Browse with lCellStyle and Setcolor
Posts: 842
Joined: Mon Oct 10, 2005 01:29 PM
Browse with lCellStyle and Setcolor
Posted: Fri Apr 21, 2006 06:57 AM

Hello Antonio

There are problem with SetColor and lCellStyle , the row focused is
always black and white

Maurizio

include "FWCE.ch"

REQUEST DBFCDX
//----------------------------------------------------------------------------//
function Main()

local oWnd, oBrw, hBmp := ReadBitmap( CurDir() + "\go.bmp" )

USE ( CurDir() + "\Customer" ) VIA "DBFCDX"
DEFINE WINDOW oWnd TITLE "Tutor10"
@ 1, 1 LISTBOX oBrw ;
FIELDS hBmp, Customer->Last, Customer->First,Customer->City ;
SIZES 15,65,65 ,65 ;
HEADERS "", "Last", "First" ;
SIZE 280, 190

  oBrw:lCellStyle := .t.
  oBrw:SetColor(  CLR_HRED,CLR_YELLOW )

@ 12, 2 BUTTON "Done" SIZE 80, 30 ;
ACTION oWnd:End()

ACTIVATE WINDOW oWnd ;
ON CLICK MsgInfo( "Click!" )

return nil
//----------------------------------------------------------------------------//

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Browse with lCellStyle and Setcolor
Posted: Tue Apr 25, 2006 07:51 AM

Maurizio,

Fixed. In a few minutes a new FWPPC build will be available for download. Thanks for your feedback,

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion