PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → treeview inditifier
treeview inditifier
Iniciado por guest, 15,sep. 2015 12:29 - 2 respuestas
Publicado el 15,septiembre 2015 - 12:29
Hi,

I am working on a treeview. I brouws the customer file so theoretically the names can be equal. So I need to use the indentifier and add tvacceptDuplicate.

Ok did that but When I do it it puts the id in the string that I get form treeselect() in an odd way

The string:
Selected element: LeveranciersIIWD SoftII4II

In this line the 4 Is the Id That I need.

Why are the esc and the I generated?

Does anyone know how to get that 4 in a good way.

I guess I kneed to get rid of the first 4 Items? I cannot go from the right since there are more nodes with other idetifiers that will be added.

anyone an Idea how this would work

Thanks

PS
I could go the quick and eay wahy and just add the customer code before the name and select it based on that But I would like to know how this works with the indentifier.

regards

Allard
Publicado el 16,septiembre 2015 - 08:07
Sorry for not better reading my own posts. I changed the string so it actually shows somthing

regards
Alllard
Publicado el 18,septiembre 2015 - 16:28
Hi Found it

regards
Allard