You may download a working demo of Harbour and FiveWin for Pocket PC using
browses from here:

http://www.fivetechsoft.com/files/fwce10.zip

This is how browses look:

http://www.fivetechsoft.com/files/fwce10.jpg

The source code is as simple as this:

#include "FWCE.ch"

REQUEST DBFCDX

function Main()

local oWnd, oBrw

USE "storage card\Customer" VIA "DBFCDX"

DEFINE WINDOW oWnd TITLE "Tutor10"

@ 1, 1 LISTBOX oBrw FIELDS SIZE 220, 167

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

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

return nil

regards,

Antonio Linares
www.fivetechsoft.com