jesylv
MIS
- Jul 1, 2001
- 135
I have an object that intitialise several child objects that are responsible of gathering data in a network. A pointer to the various child object is kept in an array property of the parent object. The parent object itself is called in an app and stored in a local variable.
Now for a reason I just can understand quitting the calling app (thus releasing any local variable) does not seem to end the monitoring for which the child objects are responsible. It is like these objects are still operating.
Display object and Display memory gives me no clues as to what is going on. The only way to end the monitoring is to shut down VFP completely.
Running this app as an EXE will solve this problem but I still am puzzled by what is happening. Does Anyone have a clue as to what may be happening here?
Jean
Now for a reason I just can understand quitting the calling app (thus releasing any local variable) does not seem to end the monitoring for which the child objects are responsible. It is like these objects are still operating.
Display object and Display memory gives me no clues as to what is going on. The only way to end the monitoring is to shut down VFP completely.
Running this app as an EXE will solve this problem but I still am puzzled by what is happening. Does Anyone have a clue as to what may be happening here?
Jean