Change columns title array on line - Resolved -

Change columns title array on line - Resolved -

Postby Silvio.Falconi » Mon Apr 18, 2022 4:06 pm

I have an array 16 columns
with a radiomenu I change a nvalue

Image

I wish change the title of SetGroupHeader

I made
:SetGroupHeader( Iif(nRadio=1,"Somme estratti","Distanze cilometriche" ), 7, 16 ,oFontsmall,,30)

How I can to refresh the setgroupHeader ?
Last edited by Silvio.Falconi on Tue Apr 26, 2022 9:09 am, edited 1 time in total.
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
User avatar
Silvio.Falconi
 
Posts: 6892
Joined: Thu Oct 18, 2012 7:17 pm

Re: Change columns title array on line

Postby nageswaragunupudi » Sun Apr 24, 2022 1:38 am

Code: Select all  Expand view
AEval( oBrw:aCols, { |o| o:cGrpHdr :=  Iif(nRadio=1,"Somme estratti","Distanze cilometriche" ) }, 7, 10 )
oBrw:Refresh()
Regards

G. N. Rao.
Hyderabad, India
User avatar
nageswaragunupudi
 
Posts: 10465
Joined: Sun Nov 19, 2006 5:22 am
Location: India

Re: Change columns title array on line

Postby Silvio.Falconi » Mon Apr 25, 2022 11:42 am

nageswaragunupudi wrote:
Code: Select all  Expand view
AEval( oBrw:aCols, { |o| o:cGrpHdr :=  Iif(nRadio=1,"Somme estratti","Distanze cilometriche" ) }, 7, 10 )
oBrw:Refresh()


thanks
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
User avatar
Silvio.Falconi
 
Posts: 6892
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 77 guests