DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Text in Combo Box used in Report

Solved!
Go to solution

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 🙂

 

0 Kudos
Message 1 of 5
(5,863 Views)

Hello andrea11hr

 

Please find attached an example which explains how to exchange information between Script and SUD:

 

 

Message 2 of 5
(5,849 Views)

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!

0 Kudos
Message 3 of 5
(5,833 Views)
Solution
Accepted by topic author andrea11hr

Hi andrea11hr,

 

You can use an array for the info exchange. Please have a look at the attached example

 

Greetings

Walter

0 Kudos
Message 4 of 5
(5,828 Views)

Thank you very much . I will use an array as an argument 🙂

0 Kudos
Message 5 of 5
(5,825 Views)