FIX: GPF with Long Formulas in Crystal Reports Custom ControlID: Q108658
|
Loading the Formulas array property with long strings at run time can cause a general protection (GP) fault. The following problem applies to CRYSTAL.VBX, the Crystal Report custom control file.
This is a memory management problem in the CRYSTAL.VBX control that ships with Visual Basic version 3.0.
The newest version of CRYSTAL.VBX corrects this problem. You can download the latest CRYSTAL.VBX file by modem from the Crystal Services bulletin board system (BBS) at (604) 681-9516. In the Crystal Services BBS, download the VBVBX.ZIP file from the Files section.
This bug is corrected by the latest version of CRYSTAL.VBX.
Sub Form_Load ()
For i = 0 to 10
Report1.Formulas(i) = Space$(200)
Next i
End Sub
For a complete list of Crystal Reports support offerings, see the last three pages (PSS-1 to PSS-3) of the Microsoft Visual Basic Version 3.0, "Professional Features Book 2" in the Crystal Reports User's Manual section.
Additional query words: 3.00 GPF buglist3.00 fixlist3.00
Keywords : PrgCtrlsCus
Version : 3.00
Platform : WINDOWS
Issue type :
Last Reviewed: June 23, 1999