Hi All,
the Case is like that :
1 - The button Delete should refersh the all fields on Forms once is clicked
2 - all fields should be set it to default like the page is refreshed.
problem :
when i opend the dropdown box the vlaue is still selected and if i chose another one it wil be added with the last value like : valu1;value2
what I have tried :
public void clicked()
{
FormStringControll_1.text("");
FormStringControll_2.text("");
etc....
}