RemObjects Data Abstract for Delphi - 9.7.0.1421.exe

Hi

I try to compile the new Version in Lazarus, following Error ocoued:
Windows 10 / Lazarus 2.0:
RemObjects_Everwood
image

Mac OS / Lazarus

Is this a known Problem?
Shalom
Manfred

looks like they removed this property in Lazarus 2.0:

  TIDEMenuSection = class(TIDEMenuItem)
...
  public
..    property ChildsAsSubMenu: boolean read FChildrenAsSubMenu
                                          write SetChildrenAsSubMenu default true; deprecated;

will fix

Thanks, logged as bugs://82324

There seems to be also a another Problem:
I use this code to locate data in a Dataset:

procedure Tfrm_hotel.main_dbgridCellClick(Column: TColumn);
begin
     with DM_hotel do
          tbl_hotel.Locate('ID',tbl_hotel_clone.FieldByName('ID').AsString, []);
end;  

Now i get this error, noting changed in the Code or the Database.

image

thx.
this one is known and was already fixed.

Thanks, in witch version is it fixed?

fix will be present in this week beta

Great :wink:

bugs://82324 got closed with status fixed.