Page 1 of 1
Select Box Issues
Posted: Fri May 09, 2014 4:14 pm
by DaveLClarkI
I have two select boxes that are not returning values to the RPG program. Am I missing something? Here's the first one:
- grid2.png (12.41 KiB) Viewed 350 times
Re: Select Box Issues
Posted: Mon May 12, 2014 12:20 pm
by emhill
Are you defaulting the select box field in the RPG to one of your choices FND,NTF,ERR? Since you don't have a blank choice if the field is blank when the screen is displayed it will return a blank unless the user actually clicks on one of the select box choices. Bit us many times.
Hope this helps.....
Re: Select Box Issues
Posted: Mon May 12, 2014 1:51 pm
by DaveLClarkI
No, I'm not sending default values. But, I thought I had tested after clicking on the values I wanted. However, adding a blank entry to the selections solved the problem. Thanks.