Page 1 of 1

How to refresh oBrw:cMsg of xBrowse

Posted: Tue Oct 08, 2013 10:39 am
by kokookao2007
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) }

Re: How to refresh oBrw:cMsg of xBrowse

Posted: Wed Oct 09, 2013 10:35 am
by nageswaragunupudi
You need to use text and when changed you need to call oBrw:SetMsg( cnewtext )