Page 2 of 2

Re: Unable to update rich DSPF subfile from RPG

Posted: Thu Aug 19, 2021 8:49 am
by Emily
Hi Theju112,

I took a look at the screen dump file that you sent, and it appears that this could still be an issue with the 'Text Transform' setting that Scott mentioned previously (point #4).

Looking at your settings for the OPTION select box, the 'Text Transform' property in the binding dialog for the value property is still set to 'Uppercase':
img.png
img.png (27.12 KiB) Viewed 2066 times
While it seems that you changed the 'text transform' property in the Properties Panel, it's important to note that these two settings are very different.

The 'text transform' property in the Properties Panel only affects how the information is displayed on the screen. This property does not affect how the data is being sent to/from your RPG program, which is what the 'Text Transform' option is used for in the binding dialog.

To fix this, please do the following:

1) Find the OPTION select box on your screen
2) Open up the binding dialog for the 'value' property
3) Change the 'Text Transform' property from 'Uppercase' to 'None':
img1.png
img1.png (27.21 KiB) Viewed 2066 times
4) Save/Compile your DSPF (note that you may also need to recompile your RPG program)

Once you've saved and recompiled your DSPF/program, please give this another try and let us know if this solves the problem that you're experiencing.

Thanks!