G
Guest
In the load event of our form, we load combos/textboxes from a database. If
the database is down or any other error, we want to display a message to the
user but not show that form at all. So, we're on one form and we click a
button to open this form. If an error, it just shows the error to the user.
The way we have it now, if an error occurs in the form, it just closes it.
That produces a flicker that we don't want.
the database is down or any other error, we want to display a message to the
user but not show that form at all. So, we're on one form and we click a
button to open this form. If an error, it just shows the error to the user.
The way we have it now, if an error occurs in the form, it just closes it.
That produces a flicker that we don't want.