I have a cicle do while and change the text on a msgitem
at left you'll see the progress at right the text on the msgitem
Do While !::oDbf:Eof()
....
::oBarProgress:SetPos( ::oBarProgress:nPos + 1 )
::oTabItem1:SetText( tran(::oBarProgress:nPos,'999999')+" di "+;
tran(::oDbf:KeyCount(),'999999'))
::oWinTabellone:oMsgBar:Refresh()
::oDbf:Skip(-1)
Enddo
It seem not refresh the text on msgitem
How I can resolve ?
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com