Crystal Reports抛出OutOfMemoryException / Win32Exception(句柄无效)

时间:2015-06-22 04:13:01

标签: c# visual-studio-2010 crystal-reports sap

我已经遇到这个问题已经有一个月了,我尝试了一切来修复它但没有任何反应......(最大限度地减少了数据的负载......),无论如何这个错误表明当桌面没有重新启动时3天但如果桌面重新启动,则不会出现错误。请有才华的人帮助我谢谢

;with pos as(select 1 as p
             union all
             select p + 1 from pos where p < 100),
      uni as(select *, row_number() over(order by (select null)) id from t)
select t1.s1, t1.s2, ca.s
from uni t1
cross apply(select substring(t2.s2, p, 4) s
            from uni t2 
            cross join pos
            where t1.id = t2.id and 
                  len(substring(t2.s2, p, 4)) = 4 and
                  t1.s1 like '%' + substring(t2.s2, p, 4) + '%')ca

enter image description here

1 个答案:

答案 0 :(得分:0)

其打印机问题与水晶报告无关,请尝试安装正确的驱动程序并设置默认打印机,调试代码并检查在调用Print(...)方法时是否正确选择名称。