I am developing a form in VFP 8. In the data environment are 3 tables and 2 views. AutoOpen and AutoClose are both set to TRUE.
While debugging I noticed that when the form closes the 3 tables close as expected. However the 2 tables that the views are based on show as open in the data session window.
Now I can easily fix this by issuing USE IN SELECT(name) during the unload, but I wonder if I'm just not just missing something obvious here. Anyone seen this behavior??
TIA
Ed
Please let me know if the suggestion(s) I provide are helpful to you.
Sometimes you're the windshield... Sometimes you're the bug.
While debugging I noticed that when the form closes the 3 tables close as expected. However the 2 tables that the views are based on show as open in the data session window.
Now I can easily fix this by issuing USE IN SELECT(name) during the unload, but I wonder if I'm just not just missing something obvious here. Anyone seen this behavior??
TIA
Ed
Please let me know if the suggestion(s) I provide are helpful to you.
Sometimes you're the windshield... Sometimes you're the bug.
