Subject Closing an image on a form
From roy price <royprice@royprice.name>
Date Sat, 03 Apr 2021 20:39:21 -0400
Newsgroups dbase.getting-started

I have a dmd linking a table with three other tables that contain images (three files because of file size limitations)

The form works by stepping through the table, and selecting a matched image from one of the three files. (currently shown on different areas of the form)

My problem is that I cannot close an image from the first table, when stepping through the table, if it selects an image from one of the other two files.
? I cannot close the image because the events in the image setup do not include OnOpen or OnClose.?
How can I close one image when another is opened from another file?