wrote:
wrote:
Hi Tobit,
use the Special List in your Combo Box properties to set a default value.
Use, for instance, Value = 0 and Option = "Please choose..."
I can't find the property that u mentioned.
btw I use mobile, not web
1. create a server action with return value of type List - get aggregate and do InsertList a special value "Please Choose" with position 0:
2. In the screen .. choose "fecth from other source" that calls the action1 and has return the same with the action1, List data type:
3. Associate the dropdown widgets with the last action:
4. the result in my environment is like this:
may this helps,
regards,
tan