I cannot see an opened form in the debugger in my app possibly due to its depth in the parent object . Is it possible to create a file listing of objects at the time the file is called eg - when the form is opened.
I have tried the name method after do FORM xyz Name abc
The form is opened from a pageframe on my main form
so I have
Main form
Page3
Command button - click
Some code here, then
DO FORM xyz name abc
I see the main form in the debugger down to the control button but if I could search the object listing maybe I could find my newly opened form.
I want to use a prg to interrogate check boxes on the form to control further processing and I cant find the correct object name.
Any one help?
Thanks
PW
I have tried the name method after do FORM xyz Name abc
The form is opened from a pageframe on my main form
so I have
Main form
Page3
Command button - click
Some code here, then
DO FORM xyz name abc
I see the main form in the debugger down to the control button but if I could search the object listing maybe I could find my newly opened form.
I want to use a prg to interrogate check boxes on the form to control further processing and I cant find the correct object name.
Any one help?
Thanks
PW