Consultor Eletrônico



Kbase P101669: GPF with the crystal reports v10 report viewer (crviewer.dll).
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   29/10/2008
Status: Verified

SYMPTOM(s):

GPF with the crystal reports v10 report viewer (crviewer.dll).

Running OE10.0B01 & Crystal Reports 10 on W2K SP4 w ImmediateDisplay=yes.

Commenting out ImmediateDisplay=YES in the .INI file resolves this problem.

Issue is not reproducible on a second similarly configured machine.

FACT(s) (Environment):

Windows
OpenEdge 10.0B01 Service Pack

CAUSE:

A timing problem with the event queue on the offending machine.

FIX:

Change ImmediateDisplay=YES to ImmediateDisplay=NO in the Progress.ini file or enclose the offending code by setting the SESSION:IMMEDIATE-DISPLAY at run time as needed:
SESSION:IMMEDIATE-DISPLAY = FALSE.
/* The offending code here */
SESSION:IMMEDIATE-DISPLAY = TRUE.