I have a small database I'm using dbgo, I have a DBgrid displaying my records, I need to know how to delete a record and refresh the database where the index arrow stays in the same position or at least go to the next? but currently my index arrow jump to start form the beginning each time I refresh !
相关问题
- Is there a Delphi 5 component that can handle .png
- Is there a way to install Delphi 2010 on Windows 2
- NOT DISTINCT query in mySQL
- Is TWebBrowser dependant on IE version?
- Flush single app django 1.9
相关文章
- Connection pooling vs persist connection mysqli
- Best way to implement MVVM bindings (View <-> V
- Windows EventLog: How fast are operations with it?
- How to force Delphi compiler to display all hints
- Coloring cell background on firemonkey stringgrid
- Systematically applying a function to all fields o
- HelpInsight documentation in Delphi 2007
- How do I modify a record in erlang?
Just keep and reset Recno
an example implementation for usage with DBNavigator could be