Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Treeview
Message
De
18/02/2004 00:38:08
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Treeview
Divers
Thread ID:
00878196
Message ID:
00878196
Vues:
67
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform