S
sippyuconn
Here is scenario
Parent Form -> Call Child Modal Form -> Shows Mesage Box then executes Sql
Statement to delete rows in table.
When I execute the sql statement the Message box doesn't completely disappear
/repaint.
Is there a good way to get the MessageBox to hide
IF MessageBox.Show("Delete Table?", "Delete Records", ) = DialogResult.OK THEN
cmdQuery.DbExecute(sSQL)
CloseDB()
ENDIF
Parent Form -> Call Child Modal Form -> Shows Mesage Box then executes Sql
Statement to delete rows in table.
When I execute the sql statement the Message box doesn't completely disappear
/repaint.
Is there a good way to get the MessageBox to hide
IF MessageBox.Show("Delete Table?", "Delete Records", ) = DialogResult.OK THEN
cmdQuery.DbExecute(sSQL)
CloseDB()
ENDIF