After updating WebCore 1.3.5.0 to 1.3.6.0 I get the following error message:
[Hinweis] WEBLib.TMSFNCGridDatabaseAdapter.pas(151): method hides identifier at "C:\Users\xxxx\Documents\tmssoftware\TMS WEB Core RSXE12\Core Source\RTL\classes.pas(475,21)". Use reintroduce
[Hinweis] WEBLib.TMSFNCGridDatabaseAdapter.pas(156): method hides identifier at "C:\Users\xxxxx\Documents\tmssoftware\TMS WEB Core RSXE12\Core Source\RTL\classes.pas(488,17)". Use reintroduce
[Hinweis] WEBLib.TMSFNCGridDatabaseAdapter.pas(157): method hides identifier at "C:\Users\xxxxx\Documents\tmssoftware\TMS WEB Core RSXE12\Core Source\RTL\classes.pas(496,20)". Use reintroduce
[Fehler] identifier not found "Width"
identifier not found "Width"
I updated the version of FNC Core afterwards, without success.
Thanks Frank
Are you sure this is related to FNC?
I have retested our demo (it is actually automatic tested at release) for TMS FNC Grid Database adapter and this demo compiles & runs without issue.
I would suspect you use a TWebTimer on this form and we made a needed (breaking) change to TWebTimer. To solve this, open ALL forms in your project, ignore any property error the IDE shows and save the form files again and then recompile.
I saved all forms again. Unfortunately without success. After that I removed the WebTimer, without success.
Did you test our FNC Grid Database Adapter demo?
This demo works as expected here.
What are you doing different from this demo?
When I went through the compiler messages, I noticed that the old WebCore version is still in the log. Does this matter?
Pas2JS Compiler version 1.4.18 [2019/12/15] for Win32 i386 / TMS WEB Core version v1.3.0.1
Can you do a FULL uninstall (to be sure do this via Windows Control Panel) and then do a CLEAN install of the latest version?
Please compare then what you do different from our demo.
The complete uninstallation was the solution. Now I have also received the information that the Width property is not available in TWebTimer.
Thank you for the quick support.
OK, thanks for confirming all is fine again!