Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview
Message
 
To
18/02/2004 00:38:08
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Miscellaneous
Thread ID:
00878196
Message ID:
00878230
Views:
17
I use ActiveTreeView from Infragistics, and it's extremely fast, and you can use a Database as source - it has events to load parts of the data, or only load data just as you need it...

Jaime

>Treeview is most suitable control for my task. But, since I need to fill it with over 15000 records it is very slow. If I decide to add nodes only for first level (3500 records) it is slow again. Code I use is
>
>sele xx
>scan
> thisform.oletree.add(...)
> ..
> ..
> sele yy
> scan for yy.field1 = xx.field2
> thisform.oletree.add(...)
> ..
> ..
> endscan
>endscan
>
>I tried to fill from one table, or to evaluate expression (stored in table) where is stored definition of adding node but always is slow. Maybe treview is not suitable control for bunch of records?
>
>Is there any resonable solution for my problem or is there some other control with similar behavior?
>
>Thanks in advance.
Why do programs stop working correctly as soon as you leave the Fox?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform