FORUMS PROFESSIONNELS
WINDEV
,
WEBDEV
et
WINDEV Mobile
Accueil
|
Messages récents
|
Connexion
|
Déconnexion
|
Français
Accueil
→
WEBDEV 2024
→
TreeView Control - Getting the selected leaf
TreeView Control - Getting the selected leaf
Débuté par GFreire, 09 oct. 2024 13:56 - 1 réponse
Connectez-vous…
GFreire
#1
Membre enregistré
2 messages
Posté le 09 octobre 2024 - 13:56
After a lot of testing i'm having trouble getting the selected leaf from a TreeView control on WEBDEV26.
I can get the full path to the leaf with
Info
(
TreeSelect
(
TREE_MyTree
)
)
However, TreeIdentifier returns a blank value with the code below, as do most functions where i try to use TreeSelect(TREE_MyTree) as the path to the clicked item.
Info
(
"The Index is: "
+
TreeIdentifier
(
TREE_MyTree
,
TreeSelect
(
TREE_MyTree
)
)
)
What i am looking for is a function that returns the visible value of the Leaf or Node as a string. If there is another way to get this end result i can work with it.
Signaler
0
0
GFreire
#2
Membre enregistré
2 messages
Posté le 10 octobre 2024 - 18:03
I ended up using a workaround with ExtractString().
For those in a similar situation to mine i leave the code below:
MyPath
is string
=
TreeSelect
(
TREE_MyTree
)
Leaf
is string
=
ExtractString
(
MyPath
,
WordCount
(
MyPath
)
,
TAB
)
//Leaf outputs the string from the tree item that has been clicked clicked, wether it's a leaf or a node
Signaler
0
0
→ Revenir à WEBDEV 2024
WINDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV (précédentes versions)
WEBDEV (précédentes versions)
WINDEV Mobile (précédentes versions)
Etats & Requêtes
Hors-sujet
Outils
WINDEV 26
WINDEV 2024
WINDEV 2024
WINDEV 2024
WINDEV 25
WEBDEV 2024
WEBDEV 2024
WEBDEV 2024
WINDEV Mobile 2024
WINDEV Mobile 2024
WINDEV (précédentes versions)
WINDEV (précédentes versions)
Français
English
Español
Portuguesa
Fermer cette fenêtre
Type de recherche
Uniquement les sujets
Tous les messages
Période de recherche
Date indifférente
Moins d'une heure
Moins de 24 heures
Moins d'une semaine
Moins d'un mois
Moins d'un an
Annuler
Aperçu de votre message
Ajouter une image
Importer une image depuis une URL
Envoyer une image depuis un fichier de votre disque
Déposez ici un fichier ou cliquez sur "Parcourir..."
ou
Annuler
0%
WLangage
SQL
XML, HTML
JAVA, Javascript
Texte