Hello,
I'm use dynamic corsstab in DW and the application crushes very often when retrieving. usually crushes occur after 2-3 successful retrieve, and it's close all PB without any warning or error message.
It happen even without changing the crosstab property.
After debugging I found that crushed usually occur in function modify for that DW, so I use dot notation instead and that help to go over that point.
But then I saw also crushes in the 'SetRedraw(TRUE)' call,
that call after retrieving.
Is there any idea what could be the probelm?
Or maybe other possible instead of using 'SetRedraw(TRUE)'?
Thanks
I'm use dynamic corsstab in DW and the application crushes very often when retrieving. usually crushes occur after 2-3 successful retrieve, and it's close all PB without any warning or error message.
It happen even without changing the crosstab property.
After debugging I found that crushed usually occur in function modify for that DW, so I use dot notation instead and that help to go over that point.
But then I saw also crushes in the 'SetRedraw(TRUE)' call,
that call after retrieving.
Is there any idea what could be the probelm?
Or maybe other possible instead of using 'SetRedraw(TRUE)'?
Thanks