Background.
My App is designed in a Wizard metaphor. It has a Main form with a page frame which remains on screen until the [Quit] button is clicked.
From the pages of the page frame a variety of other forms and/or prgs are started.
Some of these forms appear in the debugger all the time whilst others that are called from a page do not even though they appear and in the Call Stack.
In one prg (which writes HTML pages) I use a 3rd party control to get the Exif tag values from image files.
The control is on a form (say 3p) and is used for each record as a table of image names and paths is scanned.
I am unable to close the form either after each use or after the end of the table and the end of that process.
Whilst I see the form on my screen on top of the last used sub form I cannot close it down.
Can anyone help with
1 When do forms appear in the debugger and when not?
2 Can I list the ojects that are open at any one time?
3 Is there a way of 'killing' any open form?
Regards
Bryan
My App is designed in a Wizard metaphor. It has a Main form with a page frame which remains on screen until the [Quit] button is clicked.
From the pages of the page frame a variety of other forms and/or prgs are started.
Some of these forms appear in the debugger all the time whilst others that are called from a page do not even though they appear and in the Call Stack.
In one prg (which writes HTML pages) I use a 3rd party control to get the Exif tag values from image files.
The control is on a form (say 3p) and is used for each record as a table of image names and paths is scanned.
I am unable to close the form either after each use or after the end of the table and the end of that process.
Whilst I see the form on my screen on top of the last used sub form I cannot close it down.
Can anyone help with
1 When do forms appear in the debugger and when not?
2 Can I list the ojects that are open at any one time?
3 Is there a way of 'killing' any open form?
Regards
Bryan