Hi
Just wondering if there was any resolution to this problem?
I've been having this issue on Windows 10 since PB 12.6 and I'm now on PB 17 R2 1769. Mostly occurs on laptops as they're sometimes set to run at scaling 125%.
In my case the powerbuilder application works fine until I call a C# class library. After this point the powerbuilder application starts distorting the datawindow displays.
In my case, I've been able to isolate this to occurring after I assign the ADO connection proxy to a C# variable for reference.
ie. IAdoConnectionProxy dbProxy = value as IAdoConnectionProxy;
where value is passed from the PB app and as a property setter. Value passed is sqlca.getadoconnection()
Thanks
Allan