Page 1 of 1

ancho del setgroup?

PostPosted: Sun Feb 18, 2024 3:12 pm
by goosfancito
Hola. necesito darle mas ancho a los setgroup de mi xbrowser,
se puede? como lo hago?

Code: Select all  Expand view
     :setGroupHeader( "Infissi", 5, 6, oFont )


gracias

Re: ancho del setgroup?

PostPosted: Sun Feb 18, 2024 3:48 pm
by karinha

Re: ancho del setgroup?

PostPosted: Mon Feb 19, 2024 4:31 am
by goosfancito
Gracias,
pero no encuentro una solucion en eso.

Re: ancho del setgroup?

PostPosted: Mon Feb 19, 2024 10:37 am
by nageswaragunupudi
goosfancito wrote:Hola. necesito darle mas ancho a los setgroup de mi xbrowser,
se puede? como lo hago?

Code: Select all  Expand view
     :setGroupHeader( "Infissi", 5, 6, oFont )


gracias


Width of Group Header is always = Total of widths of all columns in the group

We can increase of decrease the width of the group header by increasing or decreasing the widths of one or more of the columns in that group



w

Re: ancho del setgroup?

PostPosted: Mon Feb 26, 2024 2:55 am
by CARLOS ATUNCAR
WITH OBJECT oBrw
:nRowHeight := 25
:nHeaderLines := 3
END