Page 2 of 2

Re: Convert subfile/grid field into Button

Posted: Fri Feb 19, 2016 1:39 pm
by Glenn
Norman,

The additional field that you needed to add (called H1RRN in your screenshot) needs to be a textbox. Output fields will not return a value to your RPG program.

Note that you can just change the 'field type' property of your H1RRN output field widget to textbox, you don't need to delete it.

Glenn

Re: Convert subfile/grid field into Button

Posted: Fri Feb 19, 2016 1:51 pm
by norrow
I figured it out. If I had followed Glen's post I would have created a TEXTBOX widget and not an OUTPUT widget. Once I changed the widget the RRN value started getting returned to the RPG program.

Thanks Glen and Scott