FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour a get into a oPanel - RESOLVED
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
a get into a oPanel - RESOLVED
Posted: Fri Jul 12, 2019 09:02 AM
I have a get (readonly) on a oPanel




Code (fw): Select all Collapse
@ 8,200 SAY "Da Saldare :" OF  oPanelGray PIXEL SIZE 90,20 TRANSPARENT
 @ 6.5,292 GET aGet[9] VAR nDaSaldare  SIZE 100,24  PIXEL PICTURE ' 99,999.99'  OF oPanelGray READONLY  UPDATE


on my function to calculate the totals I refresh the aGet[9] but it not refreshed ( red circle)

while already other get that are not in an oPanel are refreshed ( green circle)

Any solution pls ?
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: 344
Joined: Sat Jul 22, 2006 09:04 PM
Re: a get into a oPanel
Posted: Wed Jul 17, 2019 02:55 PM

Silvio, proba de hacer oPanel:Refresh()
Saludos

FWH - Harbour - BCC7 - PellesC
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: a get into a oPanel
Posted: Wed Jul 17, 2019 04:21 PM

allready made .....
as always I have to give up aesthetics because there is always something that does not work
if the get control is out of the panel it will automatically refresh if it is inside a panel I have problems

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: 344
Joined: Sat Jul 22, 2006 09:04 PM
Re: a get into a oPanel
Posted: Wed Jul 17, 2019 07:05 PM

Silvio a mi me funciona eso que dices, uso mucho los paneles y dentro de el meto muchos otros controles y con solo hacer un refresh del panel se refrescan.
Saludos

FWH - Harbour - BCC7 - PellesC
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: a get into a oPanel
Posted: Thu Jul 18, 2019 11:11 AM

My test?

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: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: a get into a oPanel
Posted: Thu Jul 18, 2019 03:22 PM

Now
Perhaps I found the error

I insert these lines
IF nAcconto>0
nDaSaldare:=nTotale-nAcconto
else
nDaSaldare:=nTotale
Endif

now run ok

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