Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Treeview
Message
From
18/02/2004 00:38:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Title:
Treeview
Miscellaneous
Thread ID:
00878196
Message ID:
00878196
Views:
66
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.
Next
Reply
Map
View

Click here to load this message in the networking platform