Hi,
If I would like to open a new instance of a from, I would something like:
set frm = new form_MyFrom
frm.visible=true
and closing/cleaning up later on with
set frm=nothing.
If I would like to trigger the opening of the new instance from another form, how can I make sure the object is closed correctly, i.e. where, in which event would I have to place the 'set frm=nothing' ?
How to resolve this correctly?
Grz
Reinier
If I would like to open a new instance of a from, I would something like:
set frm = new form_MyFrom
frm.visible=true
and closing/cleaning up later on with
set frm=nothing.
If I would like to trigger the opening of the new instance from another form, how can I make sure the object is closed correctly, i.e. where, in which event would I have to place the 'set frm=nothing' ?
How to resolve this correctly?
Grz
Reinier