Search found 14 matches: testhead

Return to advanced search

Re: TO NAGES

Please try \fwh\samples\testhead.prg. First define the xbrowe with all columns normally. Then use the method oBrw:SetGroupHeader( <cGrpHeader>, nFromCol, nLastCol ). Using this method, set any number of groups, without overlapping. ...
by nageswaragunupudi
Sun Jul 31, 2011 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO NAGES
Replies: 1
Views: 406

Re: Superheader en xBrowse

... headers is extremely simple. Example: oBrw:SetGroupHeader( cHeader, nFromCol, nUptoCol, [ oFont ] )  Here is the \fwh\samples\testhead.prg // Class TXBrowse group headers demo#include "FiveWin.ch"#include "XBrowse.ch"REQUEST DBFCDXfunction main()  ...
by nageswaragunupudi
Thu Jan 28, 2010 5:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Superheader en xBrowse
Replies: 1
Views: 655

New FTDN December/Diciembre 2009 (9.12)

... 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 can be called even at runtime to ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2579

Re: ASSISTANCE NEEDED - Dual xbrowse header

Nas,
4 is to close ( sum 3+1 =4)
see the testhead.prg

xColBrw[03] := { "Street", AL_CENTER, .T., 70, AL_LEFT, "@30", 1, { |o| (oBrw:cAlias)->STREET }, { || (oBrw:cAlias)->STREET }, 4, AL_RIGHT }
by Silvio
Tue Dec 22, 2009 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASSISTANCE NEEDED - Dual xbrowse header
Replies: 18
Views: 4360

Re: xbrowse (empezando)

... la version de FWH) foldxbrw.prg formdes.prg inspect.prg kineticx.prg mallorca.prg ribbon.prg testads.prg testarra.prg testblu2.prg testdtp.prg testhead.prg testmdir.prg testmerg.prg testxbr2.prg testxbr3.prg testxbr4.prg testxbr5.prg testxbr6.prg testxbrw.prg xbalpha.prg xbarra1.prg xbcell.prg ...
by Daniel Garcia-Gil
Thu Sep 17, 2009 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse (empezando)
Replies: 2
Views: 706

Question about xBrw-Multiheader ( FWH 9.04 )

... is splitted, I think it is useful to see the result. I'm not sure, how the Columns are connected to the Superheader. I used the testfile from FWH testhead.prg . There is a value 4 on 3. position in Set 1, I don't understand ( from testhead.prg ) Also it seems, the end-value 3 means the same like ...
by ukoenig
Tue May 19, 2009 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about xBrw-Multiheader ( FWH 9.04 )
Replies: 0
Views: 308

Re: To Antonio: help with xBrowse (newbie question)

... the parameter or method as a search term :) Example for 'bLClickFooter' -> ..\samples\testxbrw.prg Example for 'HeaderHeight' -> ..\samples\testhead.prg Further on, I stored all interesting threads, samples, own notices and other issues - not only things regarding TXBrowse - in a word file, ...
by frose
Wed Apr 29, 2009 10:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: help with xBrowse (newbie question)
Replies: 4
Views: 929

Re: New FTDN January/Enero 2009 (9.01)

... para cada área, y será capaz de identificar cada área. * Nuevo: (Supercabeceras) Multicabeceras para XBrowse! Por favor revisa el ejemplo samples\TestHead.prg para ver un ejemplo funcionando. Hemos puesto un pantallazo en los foros para que veáis su apariencia. Gracias a Silvio ! Para crear un ...
by Antonio Linares
Fri Feb 06, 2009 7:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3042

Re: New FWH 9.01

Dear Anser, We missed this post from you. We are going to publish a new 9.01 build with those missing files. The error in TestHead.prg is caused by opening the same DBF again and again. A workaround is: static cAlias := "AAA" USE CUSTOMER NEW SHARED Alias ( cAlias += "A" ...
by Antonio Linares
Wed Feb 04, 2009 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3579

Re: New FWH 9.01

... refered in TestMap2.Prg does not exist in the folder \FWH\bitmaps * New: (SuperHeaders) MultiHeaders for XBrowse! Please review samples\TestHead.prg for a working example. We have posted a screenshot in the forums to review how it looks. Thanks to Silvio! In the sample TestHead.Prg, ...
by anserkk
Wed Jan 28, 2009 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3579

Re: Problem with xBrowse multiheaders

... ), 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 are clicked. The results display different. oCBSList:nHeader := 1 oCBSList:aHeaderTop ...
by fraxzi
Wed Jan 28, 2009 3:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse multiheaders
Replies: 8
Views: 2450

Re: New FWH 9.01

New multiheaders ("superheaders") for XBrowse in FWH 9.01, thanks to Silvio :-)

FWH\samples\TestHead.prg
Image
by Antonio Linares
Mon Jan 26, 2009 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3579

Re: Nuevo FWH 9.01

Nuevos multiheaders ("superheaders") para XBrowse en FWH 9.01, gracias a Silvio :-)

FWH\samples\TestHead.prg
Image
by Antonio Linares
Mon Jan 26, 2009 1:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 9.01
Replies: 3
Views: 934

New FTDN January/Enero 2009 (9.01)

... area. See also FWH\samples\TestMap2.prg for a map on a "photo". * New: (SuperHeaders) MultiHeaders for XBrowse! Please review samples\TestHead.prg for a working example. We have posted a screenshot in the forums to review how it looks. Thanks to Silvio! To create a Xbrowse with MultiHeader: ...
by Antonio Linares
Mon Jan 26, 2009 1:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3042

Return to advanced search