Any time I try to print preview a report with a table control as the data source my application crashes. The only error I get is that, "WDTst.exe stopped working". Everything was working fine until this morning. The other developers don't have my problem.
I tried deleting the .cpl folder and restarting my computer. I tried deleting the project folder and re-downloading it from SCM. I made sure the reports were set up correctly and that nothing had changed.
Any ideas?
EDIT: Furthermore, I set break points for all the code in my report and it passes each break point before crashing. I've also tried commenting out all report code.
My print code:
I tried deleting the .cpl folder and restarting my computer. I tried deleting the project folder and re-downloading it from SCM. I made sure the reports were set up correctly and that nothing had changed.
Any ideas?
EDIT: Furthermore, I set break points for all the code in my report and it passes each break point before crashing. I've also tried commenting out all report code.
My print code:
iPreview() iPrintReport(RPT_Example1,False) // I use a boolean parameter to see if I should print all row or only those selected.