zeoslib
zeoslib copied to clipboard
Inserting new row in TZQuery does not show correct data
Inserting new row in TZQuery posting data to database, but showing empty row in app
problem in:
FRowsList.Add(FRowAccessor.RowBuffer);
FRowAccessor.ClearBuffer(FInsertedRow, True);
After PostUpdates FRowAccessor.RowBuffer = FInsertedRow, and FRowAccessor.ClearBuffer(FInsertedRow, True); clear new row in dataset