G
Guest
I have a popup form which opens in modal mode to give users the ability to
enter some data in a temporary table. When the form opens it filters the
data for that users job. Several users could be accessing the form at the
same time. If the first user opens it and leaves it open and then a second
user opens it, enters some data and then closes it and then when the first
user closes it, the application crashes (Run time application).
I thought the solution would be to v=create a new instance of the form using
SEt myForm = New form_Data but when I do that the form closes at the end of
the initialisation routine.
I am sorry if this is a bit hard to understand but any ideas appreciated.
Thanks
Stephen
enter some data in a temporary table. When the form opens it filters the
data for that users job. Several users could be accessing the form at the
same time. If the first user opens it and leaves it open and then a second
user opens it, enters some data and then closes it and then when the first
user closes it, the application crashes (Run time application).
I thought the solution would be to v=create a new instance of the form using
SEt myForm = New form_Data but when I do that the form closes at the end of
the initialisation routine.
I am sorry if this is a bit hard to understand but any ideas appreciated.
Thanks
Stephen