

1. VIEWING THE DEMO

Because it's a dbdemo you have to make an Alias for the DB the program
uses.
The name must be "TreeDemo" and it has to point to the <demo>\Data
folder.

If you don't know how the hell I make the alias:

- Go to Control Panel | BDE Administrator
- Go to Databases and press the second button
- Choose New... | Standard
- Change the name to "TreeDemo"
- Change the path to "K:\My Free Downloaded Controls\DBTreeView\Data"

2. ATTENTION: HOW THE HELL I CAN USE IT

The control is designed for using with Autonumeric (or similar)
KeyFields ('cause of that ParentKeyField's gonna be the same time
but editable).

You can number programatically the KeyField but it MUST NOT BE CHANGED
after the record is created.
It means: Append, Change Key Field, Post, Forget it.
It uses that number to identify the record.  If you change it it will
think you went to a new record and will add it to the tree
(and you don't want that, do you?)
Anyway if you want your data to be a tree you have to make reference
to a parent using some field and, the best way to do it is with an
autonumeric one.

Then:

KeyField: 	Autonumeric
ParentKeyField: Integer-32
CaptionField: 	String

3. FIXED IN THIS VERSION

When you edit some field from another control and you move to
another record using, this time, the DBTree the DBTree didn't
display the new values (for the caption field or the hierarchy)
but now it does.

Enjoy it!

P.D.: mail me at Helios.Alonso@usa.net