FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How to refresh oBrw:cMsg of xBrowse
Posts: 59
Joined: Thu May 17, 2007 08:27 AM
How to refresh oBrw:cMsg of xBrowse
Posted: Tue Oct 08, 2013 10:39 AM

hi :

How to refresh oBrw:cMsg of xBrowse ?

oBrw:Refresh() not work , any Idea ?

@ 0,0 XBROWSE ::oBrw OF ::oWnd LINES ;
ON CLICK ( ::oBrw:cMsg:= { || STR(::oBrw:KEYNO(),3)+"/"+STR(&(::cCUST_ALIAS)->(ORDKEYCOUNT()),3) } , ::oBrw:Refresh() ) ;
MESSAGE { || STR(::oBrw:KEYNO(),3)+"/"+STR(&(::cCUST_ALIAS)->(ORDKEYCOUNT()),3) }

-------------

best regards

kokoo Kao
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: How to refresh oBrw:cMsg of xBrowse
Posted: Wed Oct 09, 2013 10:35 AM

You need to use text and when changed you need to call oBrw:SetMsg( cnewtext )

Regards



G. N. Rao.

Hyderabad, India

Continue the discussion