I have a Main Form that calls another form:
Form_LettersDisplay.ShowModal;
Form_Letters contains a DBGrid and a Close Button.
When I close the FormLetters Form I get the following message:
“Cannot make a visible window modal”
What causes this and what is the solution?
Form_LettersDisplay.ShowModal;
Form_Letters contains a DBGrid and a Close Button.
When I close the FormLetters Form I get the following message:
“Cannot make a visible window modal”
What causes this and what is the solution?