cancel
Showing results for 
Search instead for 
Did you mean: 

Choose from list + affects form mode

Former Member
0 Kudos

Hello all!

I've created a simple form with an editText field, with a choose from list associated to it. I want the edittext to "affect for mode". If I write in the edittext or modify it's content it does "affect" form mode, but if I use the choose from list, when the value is written back to the edittext the form remains in OK mode. Is there any way to make the choose from list "affect" the form mode, or am i missing something?

The edittext Item has the affectsformmode set to true, maybe a property of the choosefromlist has to be set?

Thanks in advance,

Jon Arranz

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jon,

Try setting the value of the data source and not the value of the edit text itself.

Hope it helps,

Adele

Former Member
0 Kudos

That's the first thing I've tried, and doesn't work either.

Thanks for your response, after all.

Former Member
0 Kudos

Well, I've finally managed to do it setting the form mode to "update mode" manually after choose from list selection.