![]() |
Re: Grid nach SQl-Abfrage nicht auf geänderte Row zeigt!
Danke, Erledigt. :hello:
so schaut jetzt aus:
Delphi-Quellcode:
with grdFormblatt.DataSource.DataSet do
begin if (State in [dsInsert, dsEdit]) and CanModify then Post; bookPosition := GetBookmark; DM.tblTemplate.Active := False; DM.tblTemplate.Active := True; Active := False; Active := True; {restore a saved position} try GotoBookmark(bookPosition); except First; end; FreeBookmark(bookPosition); end; lg lnaemi :xmas: |
Alle Zeitangaben in WEZ +1. Es ist jetzt 03:31 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz