Changing Form Caption not redraw controls Root › Technical support › Troubleshooting This topic has 3 replies, 3 voices, and was last updated 12 years, 8 months ago by Support. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 29, 2012 at 7:42 pm #35092 SchlickmannParticipant Hi, When changing form caption on button event or TDataset.AfterScroll the grid is not redraw. I get this behavior with TDBGrid, but can be simulated with TStringGrid as included project sample. I am using version 7.60 I am available for any additional information. Best Regards, Dirceu March 1, 2012 at 6:00 am #47898 guyinwonderParticipant 'Schlickmann' wrote: Hi, When changing form caption on button event or TDataset.AfterScroll the grid is not redraw. I get this behavior with TDBGrid, but can be simulated with TStringGrid as included project sample. I am using version 7.60 I am available for any additional information. Best Regards, Dirceu Have you Try TsDBGrid ? did it produce the same error or not ? March 1, 2012 at 11:18 am #47901 SchlickmannParticipant 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 March 2, 2012 at 10:28 am #47925 SupportKeymaster Hello! Please update the AlphaControls package, this problem should be solved already in the v7.61 Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting