FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Change columns title array on line - Resolved -
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Change columns title array on line - Resolved -
Posted: Mon Apr 18, 2022 04:06 PM
I have an array 16 columns
with a radiomenu I change a nvalue



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 ?
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: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Change columns title array on line
Posted: Sun Apr 24, 2022 01:38 AM
Code (fw): Select all Collapse
AEval( oBrw:aCols, { |o| o:cGrpHdr :=  Iif(nRadio=1,"Somme estratti","Distanze cilometriche" ) }, 7, 10 )
oBrw:Refresh()
Regards



G. N. Rao.

Hyderabad, India
Posts: 7317
Joined: Thu Oct 18, 2012 07:17 PM
Re: Change columns title array on line
Posted: Mon Apr 25, 2022 11:42 AM
nageswaragunupudi wrote:
Code (fw): Select all Collapse
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 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