Schlickmann

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Changing Form Caption not redraw controls #47901
    Schlickmann
    Participant

    TsDBGrid reproduce de same error.

    On TDataSet assigned to grid handle AfterScroll event, like this:

    procedure TForm1.ClientDataSet1AfterScroll(DataSet: TDataSet);

    begin

    Self.Caption := ClientDataSet1.FieldByName('NAME').AsString;

    end;

    Then You will have a paint problem on grid.

    I made a new sample with TsDBGrid.

    Best regards

    Dirceu

    in reply to: TsEdit with BorderStyle = bsNone #47160
    Schlickmann
    Participant

    Problem solved in 7.55

    Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)