Hello,
This has been bothering me for quite a while now. PowerBuilder editor does not seem to render W and M correctly when they are followed by a space or punctuation. A part of the alphabet gets cut off. Uppercase or lowercase does not matter and it gets more pronounced with monospaced fonts.
Here is a sample rendering of my code in the IDE.
Here is my code:
Long ll_row, ll_im, ll_pW, ll_M
ll_row = dw_1.GetRow ()
ll_im = dw_1.GetItemNumber (ll_row, 'slx_code')
ll_pW = dw_1.GetItemNumber (ll_row, 'slx_wnum')
I am on PowerBuilder 2021 (1228) but this has been an issue with 2017 as well.
Any ideas what to do?
Thanks.