Search found 88 matches: settree

Return to advanced search

Re: New FTDN July/Julio (FWH 23.07)

... anterior) bChange ahora puede acceder al marcador anterior con oBrw:bmPrevious - Correcciones en SetRDD() en caso de usos muy raros. - Corrección: SetTree(). Auto-generación de Tree con datos de tipo matriz está fallando desde la versión 21.04, ahora solucionado. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43494 ...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1062

Re: xBrowse + Tree sample does not work.

not only should xbrowse do it automatically but the settree() should set the field (of the array or db) to do the grouping, maybe selecting it from a combobox "normal", "tree" and also make the search work with GET oGet VAR cSeek ...
by Silvio.Falconi
Fri Jul 28, 2023 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 646

New FTDN July/Julio (FWH 23.07)

... (previous bookmark) bChange can now access the previous Bookmark with oBrw:bmPrevious - Fixes in SetRDD() in case of very rare usages. - Fix:SetTree(). Auto-generation of Tree with Array data is crashing since version 2104 now fixed. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43494 ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1062

Re: xBrowse + Tree sample does not work.

This is fixed in FWH2307, soon to be released. We can also make it work with the following fix to METHOD SetTree(...) in XBrowse.prg 1) Please locate this line in METHOD SetTree(...) and delete or comment out this line:   ::bOnSkip   := bOnSkip  2) Replace all ...
by nageswaragunupudi
Thu Jul 27, 2023 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 646

Cambiar Tree Completo Sobre xBrowse (solucionado)

Hola buenas tardes para todos Estoy intentando cambiar por completo el oTree que tengo montado sobre el xbrowse, intento usar la función oBrw:settree() pero lo que hace es sobre poner las columnas que se están mostrando. Si se hace varias veces clic sobre el botón de cambio, se aumentan mas y ...
by leandro
Fri Mar 04, 2022 11:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cambiar Tree Completo Sobre xBrowse (solucionado)
Replies: 9
Views: 751

Re: New FTDN January/Enero 2021 (FWH 21.01)

... - Generación automática de TreeBrowse: Después de crear un objeto Browse con cualquier fuente de datos ordenada, llamar a oBrw:SetTree (nLevels, [aBitmaps]) genera automáticamente un árbol a partir de los datos y cambia a TreeBrowse. Esta característica funciona para la mayoría ...
by Antonio Linares
Sun Feb 07, 2021 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1254

New FTDN January/Enero 2021 (FWH 21.01)

... and new sample zodiac.prg - Automatic generation of TreeBrowse: After creating a browse with any ordered datasource, calling oBrw:SetTree( nLevels, [aBitmaps] ) automatically generates tree from the data and switches to Tree Browse. This feature works for most datasources like ...
by Antonio Linares
Sun Feb 07, 2021 9:10 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2021 (FWH 21.01)
Replies: 1
Views: 1254

Re: Mr. Rao Pls your help

The facility to convert a normal browse of ordered data into a Tree browse by calling oBrw:SetTree( nLevels, [aBitmaps] ) is working in case of datasources, which accept GOTO( 0 ) (similar to :BookMark := 0) and when Eof() returns blank values for fields. So, this is ...
by nageswaragunupudi
Sun Jan 31, 2021 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao Pls your help
Replies: 12
Views: 1647

xbrwdisk change directory

Dear Mr. Rao, I try to extend xbrwdisk.prg to change directory with a click on a button. I use :SetTree. But then inside xBrowse it adds a new column item. Can you please help me. Best regards, Otto #include "FiveWin.ch"#include "xbrowse.ch" static aDrives ...
by Otto
Tue Jan 12, 2021 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrwdisk change directory
Replies: 8
Views: 762

XBROWSE Master / Detail Example

... Sir , Looking for XBROWSE Master / Detail example which display data master record and detail records in same the XBROWSE control. Have seen oBrw:SetTree() Method but it has collapse / folding functions which is not required to the end user. Could you please suggest an example on this. Thanks ...
by shri_fwh
Wed Jan 15, 2020 3:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Master / Detail Example
Replies: 3
Views: 951

Re: An easy way to make a tree-browse

obrow2:setTree(otree) ocol:=obrow2:aCols[ 1 ] ocol:cheader:="科目代码" ocol:AddBitmap( { "tree1", "tree2", "treevh" } ) // ocol:cFooter := "GRAND TOTAL" ocol:nEditType := {||if(::ledit,1,0)} ...
by ShumingWang
Wed Jul 31, 2019 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: An easy way to make a tree-browse
Replies: 17
Views: 3516

Re: New FTDN June/Junio 2018 (FWH 18.06)

... desde un objeto de conexión Dolphin, sin proporcionar información al servidor de nuevo. Por ejemplo: oCn := maria_Connect( oServer ) - El método SetTree( nCols, [aBmps] ) de XBrowse, ahora funciona con "RowSets - Conjunto de filas" también. - Corrección: Error raro en el método CreateTable() ...
by Antonio Linares
Mon Sep 03, 2018 11:04 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1949

New FTDN June/Junio 2018 (FWH 18.06)

... FWMaria connection from dolphin connection object, without providing server information again Eg: oCn := maria_Connect( oServer ) - XBrowse method SetTree( nCols, [aBmps] ) now works with RowSets also. - Fix: Rare bug in method CreateTable() when some collations are used for individual columns. ...
by Antonio Linares
Sat Sep 01, 2018 8:33 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2018 (FWH 18.06)
Replies: 1
Views: 1949

Re: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees

... use in real life applications, we advise you to wait till next release and watch whatsnew.txt. Mr. Rao, The workaround works when declared before :Settree() ... So far the display not erratic. http://i208.photobucket.com/albums/bb82/fraxzi/FWxHarbour/oTreeRS_1805.01_zpsafsqp3v8.gif ...
by fraxzi
Sat Aug 04, 2018 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1805 - oBrw:SetTree( [<nLevels>] ) -> Automatic Trees
Replies: 15
Views: 3603
Next

Return to advanced search