Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
TreeView Populate from Cursor?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00264044
Message ID:
00264098
Vues:
25
>Hi Steve.
>
>> ThisForm.oleMSTreeView.Nodes.add;
>> (TView.cRelative,4,TView.cIndexKey,TView.cDescText)
>
>I'm guessing you need to ALLTRIM() the values from the cursor, since the spaces are likely messing things up. ie.
>
>
ThisForm.oleMSTreeView.Nodes.add;
>  (alltrim(TView.cRelative, 4, alltrim(TView.cIndexKey), alltrim(TView.cDescText))
Doug


Alltrim() did it!

Thanks!

:)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform