Hi Gurus
We recently did the migration from PB6.5 to PB2017 R2 and all the application text chopped.
MS Sans Serif - 8 size.
If I go and re-select the same font, it works fine but there are 100s of windows and datawindows to change.
Any suggestions.
Thanks
Ramendra
Re-selecting the "same font" forces PB to re-build the field height/width. It's possible MicroSoft re-defined the MS Sans Serif font a bit and it's slightly bigger. The other possibility is that the MS Sans Serif you're picking from the menu is a font alias, and not the original. If this is the case, you'll need to find out what it's aliased to (HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes), and get rid of the alias OR find out how many units different the old/new fields are, and programmatically change the fields to be a bit bigger.
Have you done print screens of the old a new screens to see how the font is different? Is it just a diff size, or a completely diff font face?
Chris: His app has been ported to PB2017R2 and is the version that's having the text cut off issues.