Guest_imported
New member
- Jan 1, 1970
- 0
Hi there!
I've got big problem with releasing datasession after form's
closed.
What happened is this :
Form has private data session with few tables.
During the code I'm creating multiple cursors that I
will need for calculation and display purposes. After code is executed and I'm closing the form -- tables that was included in the private datasession are released , but
cursors that I've created during the code and tables that I used there -- are not released and data session got renamed to "Unknown" !!! Therefor I have multiple problems around the project (i.e."File's in use" probably
because it holds previous datasession). I don't see a way so far to get this datasession released.
In my mind it supposed to release my cursors while I'm closing the form -- automatically ?
Also project works along with INT'L Tool (By S.Black) --
would it cause such behavior ?
Got out of ideas and need to get out of this problem as fast as possible !
Help Help Help !
Thanx in advance
I've got big problem with releasing datasession after form's
closed.
What happened is this :
Form has private data session with few tables.
During the code I'm creating multiple cursors that I
will need for calculation and display purposes. After code is executed and I'm closing the form -- tables that was included in the private datasession are released , but
cursors that I've created during the code and tables that I used there -- are not released and data session got renamed to "Unknown" !!! Therefor I have multiple problems around the project (i.e."File's in use" probably
because it holds previous datasession). I don't see a way so far to get this datasession released.
In my mind it supposed to release my cursors while I'm closing the form -- automatically ?
Also project works along with INT'L Tool (By S.Black) --
would it cause such behavior ?
Got out of ideas and need to get out of this problem as fast as possible !
Help Help Help !
Thanx in advance