Hello
The function .getSelectedValue() return a string.
You need to convert this string in Integer with this function :
curr_year = Convert.stringToInt(curr_year);
Regards
Sylvain
Hello
The function .getSelectedValue() return a string.
You need to convert this string in Integer with this function :
curr_year = Convert.stringToInt(curr_year);
Regards
Sylvain