Mi scuso forse sono io che non riesco a spiegarmi bene ilrpoblema da risolvere e spesso anche quando mi date le risposte esatte fatica a comprendere .
Mi pare però che la tua soluzione sia ottima, ma per selezionare con il dito il nome come nell'esempio e riportando l'elenco dei prodotti nella lista sono in grado di farlo.
IO non devo selezionare con un dito il nome, ma voglio procedere in questo modo:
Scrivo il nome(Peter" nella texbox di ricerca
Premo sul pulsante search che effettua la ricerca e trovato il nome dovrebbe riportarmi,
Il nome in textbox1 che vedi in alto e i rpodotti che lui ha quindi acquisito:
IL prodotto 1 nella seconda texbox
Il prodotto 2 nella terza texbox
Meanwhile, I thank everyone for the effort you make to help me.
Here is another example where it seemed to me that I was able to solve the problem.
If you can look at the photos they will make you look better and then download the file aia to see where I am wrong.
I solved it like this:
I entered the names in the properties in "ElementsFromString"
Angelo, Mario, Giovanni
Then
I write the name to look for in texbox1, with the select button I look for the index number, corresponding to the name I write in textbox1, the number is shown in label 2
With the second button I read the index number of label2 and find the name, returning it to label1
Only this example doesn't work and I don't know why.
Lista_Elementi.aia (1.9 KB)