FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Msgbar Error
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Msgbar Error
Posted: Fri May 27, 2022 09:44 AM


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 !::Eof()


....
::oBarProgress:SetPos( ::oBarProgress:nPos + 1 )
::oTabItem1:SetText( tran(::oBarProgress:nPos,'999999')+" di "+;
tran(::KeyCount(),'999999'))

::oWinTabellone:Refresh()

::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 March-April 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
Posts: 218
Joined: Mon Feb 07, 2022 09:54 PM
Re: Msgbar Error
Posted: Fri May 27, 2022 04:22 PM
Hi Silvio,

it looks like you are skipping backwards Skip(-1)
You will never reach ::Eof()
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: Msgbar Error
Posted: Fri May 27, 2022 05:16 PM
Detlef wrote:Hi Silvio,

it looks like you are skipping backwards Skip(-1)
You will never reach ::Eof()




Yes but It Is not the problem, that was only a sample to show I 'm making

I mean the text Is overwrite and not refresh look the image
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 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

Continue the discussion