Hi All,
I want to add multi pal controls in Input dialog control . So I tried many times as per blog but I could not success . Please help me . I am following below mentioned steps .
- Drag And Drop Input Dialog from LHS Menu.
- Create a dictionary type Variable (Name : Variable1) : Dictionary<String,String> .
- Assign default value :
New Dictionary(Of String, String()) From { _
{ “Text field without default”, New String() {} }, _
{ “Text field with default”, New String() {“abc”} }, _
{ “Combo box”, New String() { “1st value”, “2nd value”, “3rd value” } }, _
{ “Another combo box”, New String() { “a value”, “the value”, “some value” } }
} - Assigning variable in ‘Options’ properties of Input Dialog control Example : Options = Varaible1
But I am getting error while assigning the variable in options properties .
Error : Type casting Error
Please help me what I will do .
Thanks & Regards.
Thiyagu