Skip to Content
0
Former Member
Apr 25, 2014 at 11:31 AM

To get current selected Control from screen.

38 Views

HI Experts,

I want to get current selected Item from screen, there is multiple text box and Combo-box.

And i want to get Current selected control.

For Example from screen in that I have selected Option3 and i want to get that value not others.

How to get by using SDK coding??

I am trying to use If statement

if(Item1.selected == true)

{

"Hi friend";

}

if(Item2.selected == true)

{

"Yes friend";

}

if(Item3.selected == true)

{

"No friend";

}

For Example screen please find attachment bellow.

Thank You

Pradeep Khodke

Attachments

Selected Item1.JPG (12.7 kB)