cancel
Showing results for 
Search instead for 
Did you mean: 

I want to remove ChooseFromList at run time for the condition.

Former Member
0 Kudos

I have added a ChooseFromList at the particular text box when the certain condition gets true at run time by using ChooseFromList of other text box by this code

txtScrapBin.ChooseFromListUID = "CFL_BIN"

txtScrapBin.ChooseFromListAlias = "BinCode"

and now for some condition i want to remove it from that text field i am not able to remove it when I'm making UID and Alias Null, nothing false enable then it is giving an error that unable to find UID and Alias so any one can help me in this

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member185682
Active Contributor
0 Kudos

Hi Murtuza,

I think is not possible, I'm not sure. But, in this situation I think that you can create two editText and handle the visibility of those two edittext according your condition. One EditText with choosefromlist and another without.

Hope it helps.

Kind Regards,

Diego Lother