Hello,
PB 2019 R3
2 windows - 1 view window and 1 edit window
view window list all required records from a table and when double clicked it opens the edit window with data for that row. Both view window and edit window are open now [in a mdi window]. After saving the modifications in the edit window, this window closes and focus goes to view window.
Now I want to refresh the view window
1. Is it possible to modify [ refresh ] that particular row alone, instead of full retrieve, by fetching details from the database ? If yes, how ?
2. Which event is the right place to write this code ?
In edit window, there is a possibility to delete that record also. In that case the view should remove that particular record.
Happiness Always
BKR Sivaprakash