- This topic has 4 replies, 4 voices, and was last updated 4 years ago by .
Viewing 4 reply threads
Viewing 4 reply threads
- You must be logged in to reply to this topic.
Hi Kim
After installing 5.18 I get this error when my client app tries to login into the server (either service or standalone):
Error reading kbmMWCustomService.PixelsPerInch: Property PixelsPerInch does not exists (SERVER)
In 5.16 and previous versions I did not have this problem.
Regards
Zoran
Has this problem been solved?
No. I reverted to 5.16. This is in D 10.4.2. When I have the time I’ll try it in D 11 (which I’m not using yet – waiting for the next 1-2 patches)
>Error reading kbmMWCustomService.PixelsPerInch: Property PixelsPerInch does not exists (SERVER)
It seems like dfm file contains property PixelsPerInch but version Delphi what used to build server doesn’t know about this propertiy. The form or the datamodule was opened and was saved in other version Delphi or don’t prepared for your version
Try to open kbmmw\source\d104\*.dfm and remove absent properties. Check library path for versions of dfm
Best Regards
Vadim Mescheryakov
Hi,
of some reason this sneaked in…. dunno if it was during save using Delphi 11 (could be, while kbmMW was not fully installed).
I have however cleared the bug for the next release.
The issue is easily solved, by opening the relevant .pas file matching the .dfm file, ignore all errors and save it again.
Kim/C4D