Results 1 to 3 of 3

Thread: dataset wel wijzigen, maar niet toevoegen in dbgrid

  1. #1
    John Kuiper
    Join Date
    Apr 2007
    Location
    Almere
    Posts
    8,747

    dataset wel wijzigen, maar niet toevoegen in dbgrid

    Volgens mij een simpele oplossing, maar ik kan het niet 1,2,3 vinden.
    Ik wil graag dat in in dbgrid wel een record kan wijzigen, maar niet toevoegen.
    Delphi is great. Lazarus is more powerfull

  2. #2
    Code:
    procedure TForm1.DataSetNewRecord(DataSet: TDataSet);
    begin
      DataSet.Cancel;
    end;
    De beste manier om te leren is door fouten te maken.
    80 procent van alle leugens die jij en ik vertellen blijft onopgemerkt

  3. #3
    John Kuiper
    Join Date
    Apr 2007
    Location
    Almere
    Posts
    8,747
    Bedankt.
    Delphi is great. Lazarus is more powerfull

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •