Duplicate forms
I have an MDI form and some other forms in my project.
While working on one of the child forms, sometimes that form
creates a new instance of the same while entering data into it.
The new instance which gets automatically created will be with empty data (or initialized as fresh form loaded)
Can anyone tell me how to solve this issue? Is there any chance to block the new instance creation of a live form? How to block it?
Thanks.....
|