Pipemillman
Programmer
My software has been developed in VB6 over 20 years and still usually runs fine in all Windows platforms.
Recently the software has suffered number format problems on wide format screens in particular, even though the presented screen is not full size.
The problem is that the font size, which is nearly always 8 seems to be dropped and defaults to 11 or 12, consequently screen text and number blocks over-run and cannot be read. If I go into the source and simply re-specify '8' for example it appears correctly at the next compile.
Is there a known fix for this ? Do I have to re-specify all my alphas and numeric screen fields ? Possibly a global one-liner ?
Any help much appreciated.
Regards,
Ian
Recently the software has suffered number format problems on wide format screens in particular, even though the presented screen is not full size.
The problem is that the font size, which is nearly always 8 seems to be dropped and defaults to 11 or 12, consequently screen text and number blocks over-run and cannot be read. If I go into the source and simply re-specify '8' for example it appears correctly at the next compile.
Is there a known fix for this ? Do I have to re-specify all my alphas and numeric screen fields ? Possibly a global one-liner ?
Any help much appreciated.
Regards,
Ian