Hi,
I’m looking to stay current and upgrade from build .1463 to .1495 and have run into a few breaking changes.
The SimpleLoginService has a few and I believe I can workaround these (access to a SQLite database)
rThere is another change that I could use some help with though - a change to DeltaChangeErrorEventHandler.
method DataIService.DataIService_ProcessError(sender: System.Object; e: RemObjects.DataAbstract.Server.DeltaChangeErrorEventArgs);
begin
e.CanContinue := false;
end;
How should this be declared and handled in build .1495 ?