I am creating thumbnails with imageviewer.ocx which operated within a form control.
I am using the form to show the user the image in question as I scan through the entries in a table.
I have a toggle variable which allows the user to turn this viewing of the form off ( it uses thisform.visible = .f.).
This works OK until the end of the scan and the image processing is completed - at that time I have a thisform.release() command.
However, even though thisform. visible = .f. the form opens on screen and can only be closed by the X control button.
How can I KILL this form in my code?
The release() works on other forms using this control.
Thanks
Coldan
I am using the form to show the user the image in question as I scan through the entries in a table.
I have a toggle variable which allows the user to turn this viewing of the form off ( it uses thisform.visible = .f.).
This works OK until the end of the scan and the image processing is completed - at that time I have a thisform.release() command.
However, even though thisform. visible = .f. the form opens on screen and can only be closed by the X control button.
How can I KILL this form in my code?
The release() works on other forms using this control.
Thanks
Coldan