Hello,
SetGroupHeader( "Name", 1, 2 )
SetGroupHeader( "Data", 3, 5 )
Is it possible to changes the numdata (1,2 and 3,5) to the names of the cols like this ?
I tried, but did not find the right combination
oBrw1:SetGroupHeader( "Name", oBrw[1]:ouder1, oBrw[1]:ouder5 )
Purpose : When I change the fields in the code, I also have to change these numbers. with colnames is does not matter.