ancho del setgroup?

Post Reply
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

ancho del setgroup?

Post by goosfancito »

Hola. necesito darle mas ancho a los setgroup de mi xbrowser,
se puede? como lo hago?

Code: Select all | Expand

      :setGroupHeader( "Infissi", 5, 6, oFont )
gracias
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
karinha
Posts: 7932
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil
Been thanked: 3 times
Contact:

Re: ancho del setgroup?

Post by karinha »

João Santos - São Paulo - Brasil - Phone: +55(11)95150-7341
User avatar
goosfancito
Posts: 1955
Joined: Fri Oct 07, 2005 7:08 pm

Re: ancho del setgroup?

Post by goosfancito »

Gracias,
pero no encuentro una solucion en eso.
FWH 21.02
Harbour 3.2.0dev (r2104281802)
Copyright (c) 1999-2021, https://harbour.github.io/
User avatar
nageswaragunupudi
Posts: 10721
Joined: Sun Nov 19, 2006 5:22 am
Location: India
Been thanked: 8 times
Contact:

Re: ancho del setgroup?

Post by nageswaragunupudi »

goosfancito wrote:Hola. necesito darle mas ancho a los setgroup de mi xbrowser,
se puede? como lo hago?

Code: Select all | Expand

      :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
Regards

G. N. Rao.
Hyderabad, India
User avatar
CARLOS ATUNCAR
Posts: 188
Joined: Thu Sep 17, 2015 11:40 pm
Location: Chincha - Peru
Been thanked: 1 time
Contact:

Re: ancho del setgroup?

Post by CARLOS ATUNCAR »

WITH OBJECT oBrw
:nRowHeight := 25
:nHeaderLines := 3
END
Carlos Atuncar - CaSoftSystem
Chincha - Perú
carlosalbatun@gmail.com
Post Reply