Ignore:
Timestamp:
Sep 10, 2022, 10:54:56 PM (20 months ago)
Author:
chronos
Message:
  • Fixed: Load table fields in records list and record edit form.
  • Fixed: Record add needs to insert new row into database.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormTables.pas

    r28 r29  
    7373  with TTable(FTables[Item.Index]) do begin
    7474    Item.Caption := Caption;
    75     Item.SubItems.Add(IntToStr(RecordsCount) + ' ' + IntToStr(Fields.Count));
     75    Item.SubItems.Add(IntToStr(RecordsCount));
    7676    Item.Data := FTables[Item.Index];
    7777  end
Note: See TracChangeset for help on using the changeset viewer.