N.Marzio Posted April 27, 2020 Posted April 27, 2020 What difference is there between if form.showModal = mrOK and form.ShowModal (MyCallBack)? Tks Quote
Sherzod Posted April 27, 2020 Posted April 27, 2020 5 minutes ago, marzio said: What difference is there between if form.showModal = mrOK and form.ShowModal (MyCallBack)? http://unigui.com/doc/online_help/synch-and-asynch-operations.htm Quote
N.Marzio Posted April 27, 2020 Author Posted April 27, 2020 I get it. If I have a modal form that contains a frame (containing a dbgrid), what happens when the modal form is closed? Is the frame, also shared by other forms, available again? It happens to me that closing the modal form, and opening another non-modal form containing the same frame, the application raises an exception on the frame. Can the problem be connected? Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.