In a display file(DSPF36), one field is defined as signed numeric given below:
DRM 81113Y YS B Y
sign will come at the last column
Now when the user enters the value, for example 125 and hits enter its displaying as 1250000.
But when the user enters 125 and field exit key, it’s working perfectly.
If i enter 125 value in that field. I need to populate 125 value and right justified instead of 1250000 with out pressing field exit key and pressing ENTER key only.
Is there way to do that?
DRM 81113Y YS B Y
sign will come at the last column
Now when the user enters the value, for example 125 and hits enter its displaying as 1250000.
But when the user enters 125 and field exit key, it’s working perfectly.
If i enter 125 value in that field. I need to populate 125 value and right justified instead of 1250000 with out pressing field exit key and pressing ENTER key only.
Is there way to do that?
Comment