kitto2 icon indicating copy to clipboard operation
kitto2 copied to clipboard

Assertion failure

Open fredycc opened this issue 8 years ago • 0 comments

Hi, I have a issue when try use "Free Search" on DbDemos.

Using browser console the exception is:

{sourceClass: "Ext.JSON", sourceMethod: "decode", msg: "You're trying to decode an invalid JSON String: {Success: false, Msg: ""Assertion failure (C:\Users\Fredy CC\Downloads\kitto2-master\Source\Kitto.Store.pas, line 1443)"", Root: []}"}

`procedure TKRecord.Restore; begin Assert(Assigned(FBackup));

Assign(FBackup); end;`

Thanks

fredycc avatar Oct 16 '17 21:10 fredycc