FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour del an tree Item
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
del an tree Item
Posted: Wed Nov 25, 2015 05:02 PM

How I can del an Item of a Tree ?

I try with :
local oLink := oTree:GetSelected()
local cPrompt := oLink:cPrompt
local cCargo := oLink:Cargo

oLink:end() ----> make error
oLink:DeleteBranches()----> make error

someone Know the tree class ?

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
Posts: 7318
Joined: Thu Oct 18, 2012 07:17 PM
Re: del an tree Item
Posted: Wed Nov 25, 2015 05:12 PM

Perhaps I found a solution

TVDeleteItem( oTree:hWnd, oLink:hItem )

it del the item tree but I not sure it is the right solution

it not run ok

Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)

I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com

Continue the discussion