T
Tony WONG
i have 3 windows
1st window
a. top frame - add record
b. bottom frame - list of records added in top frame
2nd window ( triggered by showModalDialog in 1st window (b))
user select record from the list in 1st window (b) to remove, when the user
press "YES" button, then goto the 3rd window for execution.
3rd window - enforce the action to delete the specified record in SQL
database
My problem is how i can use the 3rd window to trigger the reload of 1st
window or 1st window bottom frame so as the users can see the updated list
after their actions. Thanks a lot.
Tony
1st window
a. top frame - add record
b. bottom frame - list of records added in top frame
2nd window ( triggered by showModalDialog in 1st window (b))
user select record from the list in 1st window (b) to remove, when the user
press "YES" button, then goto the 3rd window for execution.
3rd window - enforce the action to delete the specified record in SQL
database
My problem is how i can use the 3rd window to trigger the reload of 1st
window or 1st window bottom frame so as the users can see the updated list
after their actions. Thanks a lot.
Tony