TreeView Form

srimanik

New Member
Form a treeview data structure like the below image in OE 11.6, how to do that? any one please help
 

Attachments

  • TreeView.JPG
    TreeView.JPG
    23.7 KB · Views: 18

Cringer

ProgressTalk.com Moderator
Staff member
Please can you provide your OE version?

This isn't possible with native OE controls directly. And how will depend on a number of other factors. If you have access to Infragistics controls then there is a TreeView in those libraries. Alternatively I'm sure there are other .Net style libraries you can use.

You could use an OCX, again there are options out there, but please make sure you use an OCX that has a 64bit version as you do not want to build a new 32bit dependency in this day and age.
 

Osborne

Active Member
As Cringer outlines there are other .NET style libraries available and one is included with Windows.

You have to create a .NET form and add the TreeView control to the form. If you have Progress Developer Studio this can be done using Visual Designer and add the TreeView from Microsoft Controls.

I have not actually used the .NET TreeView control in Progress but downloaded an example a while back and this is attached. Very basic and is also embedding an ABL Window into a form which you may not be looking for but hopefully it should get you started.
 

Attachments

  • treeviewdemo.w
    15.5 KB · Views: 43
Top