Search found 12 matches: nheadertype

Return to advanced search

Superheader en xBrowse

Hola: No logro entender cómo son los valores de :nHeaderType para hacer un xBrowse con superheaders. Ya leí http://forums.fivetechsupport.com/viewtopic.php?f=3&t=14386&p=74585&hilit=superheader#p74585 pero tampoco doy pie con bola. ¿ ...
by César E. Lozada
Thu Jan 28, 2010 4:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Superheader en xBrowse
Replies: 1
Views: 655

New FTDN December/Diciembre 2009 (9.12)

... to use the new methods in future. Following data are now Obsolete, but retained only for backward comapatibilty: oBrw:nHeader oBrw:aHeaderTop oCol:nHeaderType Sample: \fwh\samples\testhead.prg is revised to show the use of the new syntax. Dynamic Grouping at Runtime: SetGroupHeader(...) method ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2583

Re: XBrowse multilineas

... := 2 oLbx4:nHeaderHeight := 40 oLbx4:nHeader := 1 oLbx4:aHeaderTop := { "D E P O S I T O", "VALOR DEPOSITADO" } oLbx4:aCols[1]:nHeaderType := 2 // Comienza el primer grupo oLbx4:aCols[2]:nHeaderType := 1 oLbx4:aCols[3]:nHeaderType := 1 oLbx4:aCols[4]:nHeaderType := 1 oLbx4:aCols[5]:nHeaderType ...
by Ariel
Wed Dec 23, 2009 10:21 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse multilineas
Replies: 3
Views: 766

Re: ASSISTANCE NEEDED - Dual xbrowse header

Mr Silvio

Can you please clarify what for is nHeaderType == 4 ?
Documentation describes nHeaderType 1, 2 and 3 only but not 4.
by nageswaragunupudi
Tue Dec 22, 2009 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASSISTANCE NEEDED - Dual xbrowse header
Replies: 18
Views: 4375

ASSISTANCE NEEDED - Dual xbrowse header

... 1 oCalW:aHeaderTop := {"Monday", "Tuesday", "Wednesday", "Thursday", "Friday"} oCalW:aCols[ 1 ]:nHeaderType := 0 oCalW:aCols[ 2 ]:nHeaderType := 2 FOR mbx := 3 TO 10 oCalW:aCols[ mbx]:nHeaderType := 1 NEXT oCalW:aCols[ 11]:nHeaderType := 3 oCalW:aCols[ ...
by TimStone
Thu Dec 10, 2009 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASSISTANCE NEEDED - Dual xbrowse header
Replies: 18
Views: 4375

Correct some Xbrowse Bugs

There was bugs on savestate and restore state because if you used Multiheader not saved it on state string
now I correct it !!!
sample :
1:80:Codice:S:1;2:250:Descrizione voce:S:1;3:50:Fila:S:1;
the last parameter is the nheadertype parameter
I sent this modifies to Antonio
by Silvio
Fri Apr 24, 2009 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Correct some Xbrowse Bugs
Replies: 1
Views: 448

Re: New FTDN January/Enero 2009 (9.01)

... oBrw:nHeader := 1 oBrw:aHeaderTop := { "Title1", "Title2" } y asigna a cada columna el tipo de cabecera a usar: oCol:nHeaderType := nHeaderType nHeaderType 0 = Normale '' 1 = of type + '' 2 = INIT |- '' 3 = END -| * Nuevo: Soporte de OpenOffice para XBrowse! Nuevo ...
by Antonio Linares
Fri Feb 06, 2009 7:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3054

Another with xBrowse multiheaders

... >The first Multiheader over Last and Street and the second over Counry and State. The first column has a normal header. >So I set : >nHeaderType of Column 1 to 0 - no Multiheader >nHeaderType of Column 2 to 2 - Start of the first Multiheader >nHeaderType of Column 3 to 3 - End ...
by Silvio
Fri Jan 30, 2009 11:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse multiheaders
Replies: 8
Views: 2467

Re: Problem with xBrowse headers

... parameters : oBrw:nHeader := 1 oBrw:aHeaderTop := {"title1", "title2 "} and assign to each columns the type of header oCol:nHeaderType := nHeaderType Info : nHeaderType 0 = Normal ( if you not want the superhader) '' 1 = of type + ( plus you must sum of the last column ) ...
by Silvio
Wed Jan 28, 2009 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse multiheaders
Replies: 8
Views: 2467

Re: Problem with xBrowse multiheaders

... error) oBrw:bClrHeader := { || { nRGB( 0, 0, 0 ), nRGB( 203, 225, 252 ), nRGB( 255, 255, 220 ), nRGB( 247, 192, 91 ) } } I followed the nHeaderType := 2 ... 1 but I can't get the exact results of your sample or with testhead.prg.. My headers are clickable or has autosort when headers ...
by fraxzi
Wed Jan 28, 2009 3:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse multiheaders
Replies: 8
Views: 2467

Re: Problem with xBrowse multiheaders

... pls ? you want include one menu in 3 column ? http://img412.imageshack.us/img412/8007/multih1pj4.png TO FIRST COLUMN YOU MUST USE nHeaderType := 2 it create this |- if there is anopther column you must insert nHeaderType := 1 it create this ___ then you must close the multiheader ...
by Silvio
Tue Jan 27, 2009 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse multiheaders
Replies: 8
Views: 2467

New FTDN January/Enero 2009 (9.01)

... oBrw:nHeader := 1 oBrw:aHeaderTop := { "Title1", "Title2" } and assign to each column the type of header to use: oCol:nHeaderType := nHeaderType nHeaderType 0 = Normale '' 1 = of type + '' 2 = INIT |- '' 3 = END -| * New: OpenOffice support for XBrowse! New METHOD ToCalc( ...
by Antonio Linares
Mon Jan 26, 2009 1:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3054

Return to advanced search