If you are using tables/database controls/objects and
doing updation/correction say using sqls you need not
bother about the refreshment of the form. The data in the
form will get automatically refreshed.
Otherwise follow Mr ThomasDill's solution if that is not
the case.
Bye
phani
try the following code below in the load event of the
form for which u want to make it modal window.
thisform.show(1)
This single line will solve the problem.
The destined modal form should have proper exit code other
wise the form will hang.
Bye
Phani
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.