Subject RE: [IBO] TIB_TreeView - idiot's guide required !
Author Norman Dunbar
Works a treat - thanks.
I've set up a table for testing which is :

ID integer,
NAME varchar(30),
PARENTID integer

Populated with some data and the tree shows it all beautifully.

Many thanks.

Regards,
Norman.

----------------------------------------------------------------------------
-
Norman Dunbar EMail: Norman.Dunbar@...
Database/Unix administrator Phone: 0113 289 6265
Fax: 0113 289 3146
Lynx Financial Systems Ltd. URL: http://www.Lynx-FS.com
----------------------------------------------------------------------------
-


-----Original Message-----
From: Andreas Pohl [mailto:apohl@...]
Sent: Wednesday, September 19, 2001 2:33 PM
To: IBObjects@yahoogroups.com
Subject: Re: [IBO] TIB_TreeView - idiot's guide required !


This is not that simple. First of all you need a "node structured" database,
where exists at least two integer fields: node_id and parent_id (or sth.
similar). DB_TreeView will use these fields in FieldID and FieldParentID
properties.

Mit freundlichem Gruss & Best Regards