Consultor Eletrônico



Kbase P101110: Progress GPFs using Crystal Runtime Engine to Export a large report to file
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   2/14/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1D
Progress 9.1E
OpenEdge 10.0x
Crystal Reports 9
Crystal Reports 10
Windows

SYMPTOM(s):

Using Crystal Runtime Engine to Export a large report to file

Progress session crashes after exporting a large number of records

Stack trace from prowin32.exe reads:

u25total.dll

Report was created in Crystal Reports 6

Report making using of an additional user function library (UFL) that provides access to Store and Fetch functionality

Store and Fetch functionality provided by u25total.dll

CAUSE:

The Store and Fetch functionality provided by u25total.dll should not be used in reports created in Crystal Reports 9 and above. The Store and Fetch functionality was intended for use in Crystal Reports 5 and Crystal Reports 6 but, from Crystal Reports 7 and above, Crystal recommends using Shared Variables instead of Store and Fetch.

FIX:

Remove references to u25total.dll by converting formulas that contain Store and Fetch functionality to use Shared Variables instead.