Problem with error message "Another Stack is open"
Posted: Wed Sep 17, 2008 2:15 pm
I have written a stack that stores information in another stack (ie - the main stack writes and retrieves inforamation to and from another stack - data stack). During the course of using the stack, the stack that holds the information is copied and stored in a 'data folder' (ie - each stack represents information related to a person and is labeled as such). I never open the stacks - just copy them, change their names, and 'put' and 'get' information from fields on the stacks. I've set the stack - data stacks - to 'purge' on closing and this doesnt help. I am not surprised since I never 'open' the stacks and have checked in the process of debugging and the stack(s) in question are not listed in the openStacks. I have decided to use stacks since the information can change frequently and deleting and rewriting text files seemed to be a poor choice.
Any suggestions would be helpful.
Thanks,
John
Any suggestions would be helpful.
Thanks,
John