opticalman
Programmer
I am using FVP8
My top level form PT_INFO calls form LIST _SERVICES
LIST_SERVICES calls SERVICE_INFO.
If while the SERVICE_INFO form is active, I call MySCHEDULE, I get an error when MySCHEDULE tries to close PT_INFO. Let me add that closing PT_INFO causes LIST_SERVICES and SERVICE_INFO to close also, since they are linked.
The error is "rv_Services not found". Somehow it is trying to close the remote view rv_Service after it is already closed.
If I step through the program, there are no errors. If I release the variable frmSERVICE_INFO from the command prompt the SERVICE_INFO form closes, but if MySCHEDULE programatically releases the variable frmSERVICE_INFO, the form does not close until PT_INFO is released.
I'm stumped. Any suggestions are appreciated.
Jim Rumbaugh
My top level form PT_INFO calls form LIST _SERVICES
LIST_SERVICES calls SERVICE_INFO.
If while the SERVICE_INFO form is active, I call MySCHEDULE, I get an error when MySCHEDULE tries to close PT_INFO. Let me add that closing PT_INFO causes LIST_SERVICES and SERVICE_INFO to close also, since they are linked.
The error is "rv_Services not found". Somehow it is trying to close the remote view rv_Service after it is already closed.
If I step through the program, there are no errors. If I release the variable frmSERVICE_INFO from the command prompt the SERVICE_INFO form closes, but if MySCHEDULE programatically releases the variable frmSERVICE_INFO, the form does not close until PT_INFO is released.
I'm stumped. Any suggestions are appreciated.
Jim Rumbaugh