10-01-2013 07:14 AM
Hello,
I want to use in my Report, the text of the index selected in the combobox. Unfortunately, the variable for a ComboBox is L1, not as text T1. So when I want to insert Text in the Report I cannot write @L1@ because it appears the index, not the text.
For example
ComboBox1
0.red 1.green 2.yellow
and If I choose 1. green
I want to post "green" as text in my Report. I cannot call as a variable because the variable L1 is not text.
How can I do this?? Please 🙂
Solved! Go to Solution.
10-02-2013 01:11 AM
Hello andrea11hr
Please find attached an example which explains how to exchange information between Script and SUD:
10-02-2013 08:35 AM
Thank you Walter, the example helped me.Now I have another issue...
For instance, if I don´t have one but an array of inserted values in the EditBox, how would you transfer them to the script DIAdem environment, I tried adding the values I inserted in the text box into a channel using CHT() from the dialog box script but it says it is not authorized.
Thank you again!
10-02-2013 09:13 AM
Hi andrea11hr,
You can use an array for the info exchange. Please have a look at the attached example
Greetings
Walter
10-02-2013 09:25 AM
Thank you very much . I will use an array as an argument 🙂