I have spent 3 days working thru another programmers application which is hanging on the outputto method when outputting to rtf format.
I wont bore you with all the nitty ****ty detail of this app apart from that it cycles thru many records and gets so far and just hangs. I then remove a number of records and the app works perfect as before.
From my investigation all I can presume is that buried somewhere in the app some resource is being consumed and when it reaches its limit it hangs?
I have looked to check that there are the required .close and set to nothing of recordsets etc and all appear to be there.
Is there a method/function which can be called to force Access to clear up similar to the garbage collection in .NET.
Thnx
I wont bore you with all the nitty ****ty detail of this app apart from that it cycles thru many records and gets so far and just hangs. I then remove a number of records and the app works perfect as before.
From my investigation all I can presume is that buried somewhere in the app some resource is being consumed and when it reaches its limit it hangs?
I have looked to check that there are the required .close and set to nothing of recordsets etc and all appear to be there.
Is there a method/function which can be called to force Access to clear up similar to the garbage collection in .NET.
Thnx