Search found 78 matches: treeitem

Return to advanced search

Re: Mr. Rao, refresh a Tree

When you edit and modify the value of the field "PAR_DES", then you should also change the prompt of treeitem also like this:
Code: Select all  Expand view
oBrw:oTreeItem:SetText( cNewValue )
by nageswaragunupudi
Mon Feb 12, 2024 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 728

Re: New FTDN July/Julio (FWH 23.07)

... anteriores. Si se pone a .T. todo los subárboles también son ordenados. 3.- nCol: Por defecto 0, ordena sobre nCol de la matriz Cargo. * Clase TreeItem: oItem[ n ] devuelve oItem:Cargo[ n ] si oItem:Cargo es una matriz y n está dentro del tamaño y si n es '0' devuelve oItem:cPromt y en caso ...
by Antonio Linares
Sat Jul 29, 2023 9:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

New FTDN July/Julio (FWH 23.07)

... Default .f. for backward compatibility If set to .T. all subtrees are also sorted Param.3 nCol: Default 0: Sorts on nCol of Cargo Array * TreeItem: oItem[ n ] returns oItem:Cargo[ n ] if oItem:Cargo is an array and n is withing the size and if n is '0' returns oItem:cPromt and else returns ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1065

Re: download iPhone Photo connect to PC

... work but when add Child "dynamic" i have to use Folder/Folderitem when work with Device now i "store" FolderItem in CARGO of TreeItem so i got right Relation of TREE and (virtual) Folder Structure so here now working Sample to open Sub-Folder "on fly" *#include "FIVEWIN.CH"* ...
by Jimmy
Wed Nov 30, 2022 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 990

Re: download iPhone Photo connect to PC

... "This PC", 0, 1 )   IPHONE.Tree_1.CARGO( 1 ) := { "ROOT", 2 }#ELSE   Tree_1:DeleteAll()   oTreeItem := Tree_1:Add( "This PC", 0, 1 )   oTreeItem:Cargo := { "ROOT", 2 }#ENDIF so it is a big Difference and ...
by Jimmy
Sun Nov 27, 2022 5:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: download iPhone Photo connect to PC
Replies: 14
Views: 990

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

... caso de TreeBrowse, la claúsula COLUMNS también puede tener nombre de las DATAS/METODOS de la clase TTreeItem o claves de atrices asociativos si treeitem:cargo es una matriz asociativa. - Para los Tree Browses, si el programador no especifica ninguna imagen de mapa de bits, xBrowse proporciona ...
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: 1256

New FTDN January/Enero 2021 (FWH 21.01)

... http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39913 - In case of tree browses, COLUMNS clause can also have names of datas/methods of treeitem class or hashkeys if treeitem:cargo is a hash. - For tree browses, if the programmer does not specify any bitmaps, xbrowse provides default ...
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: 1256

Re: Move a record into oTree

Yes, by using oBrw:oTreeItem:Add() and oBrw:oTreeItem:Delete()
Please look into treeitem.prg
by nageswaragunupudi
Wed Dec 09, 2020 3:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move a record into oTree
Replies: 4
Views: 823

quiero agregar funcionalidades a TREE.

Hola.
Si quiero agregar funcionalidades a la clase TREE, pregunto: que archivos deberia de tener en mi proyecto?
tview.prg
treeitem.prg
y cual mas?

no logro hace lo que necesito asi que voy a ver como me las arreglo extendiendo la libreria.
gracias.
by goosfancito
Sat Nov 14, 2020 7:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: quiero agregar funcionalidades a TREE.
Replies: 0
Views: 169

Re: How To XBRowse Tree From MariaDB Recordset Parent Child ?

oBrw:oTreeItem is the current TreeItem.
oBrw:oTreeItem:Cargo --> { menu_id, menu_name, menu_parent_id }
by nageswaragunupudi
Wed Mar 06, 2019 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To XBRowse Tree From MariaDB Recordset Parent Child ?
Replies: 7
Views: 1262

Re: Unresolved externals in FWH 18.02

Error: Unresolved external '_HB_FUN_TREEBEGIN' referenced from E:\FWH\LIB\FIVEHX.LIB|menu Error: Unresolved external '_HB_FUN__TREEITEM' referenced from E:\FWH\LIB\FIVEHX.LIB|menu Error: Unresolved external '_HB_FUN_TREEEND' referenced from E:\FWH\LIB\FIVEHX.LIB|menu Error: Unresolved external '_HB...
by cnavarro
Sat Mar 10, 2018 7:37 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unresolved externals in FWH 18.02 [False alarm]
Replies: 4
Views: 1239

Unresolved externals in FWH 18.02 [False alarm]

Error: Unresolved external '_HB_FUN_TREEBEGIN' referenced from E:\FWH\LIB\FIVEHX.LIB|menu Error: Unresolved external '_HB_FUN__TREEITEM' referenced from E:\FWH\LIB\FIVEHX.LIB|menu Error: Unresolved external '_HB_FUN_TREEEND' referenced from E:\FWH\LIB\FIVEHX.LIB|menu Error: Unresolved external '_HB_...
by Enrico Maria Giordano
Sat Mar 10, 2018 11:29 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Unresolved externals in FWH 18.02 [False alarm]
Replies: 4
Views: 1239

Re: help to compile ER

... C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TREELINK.PRG=20,.F.,0,0, C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TREEITEM.PRG=21,.F.,0,0, C:\Entwicklung\FiveWin\Addons\TreeView5\SOURCE\TVITEM.PRG=22,.F.,0,0, C:\Entwicklung\FiveWin\Addons\TreeView5\LIB\TREE32.LIB=31,.F.,0,0, ...
by Silvio.Falconi
Mon Feb 06, 2017 11:14 am
 
Forum: EasyReport, EasyDialog and EasyPreview
Topic: help to compile ER
Replies: 7
Views: 4537

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\trddodbc.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\treeitem.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\trees.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\tresourc.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4961

Tree on xBrowse

Hi, all !

oBrw:SetTree(Crt_Tre())

function Crt_Tre

TREE oTree
.....................
TREEITEM dim[st][2]
.....................
ENDTREE
return oTree

There xbrose with Tree. As the processing is done on the Tree lclick/dblclick/press Enter, etc. ?
by Natter
Thu Nov 10, 2016 1:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tree on xBrowse
Replies: 8
Views: 1084
Next

Return to advanced search