Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error While trying to print a crystal report through VFP
Message
From
19/01/2003 04:31:16
 
 
To
10/01/2003 03:32:18
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00740192
Message ID:
00743240
Views:
10
Petros, I have read and found various possible causes for this type of error ranging from corrupted files and indexes to corrupt objects. You will need to step through the process to determine the exact cause of the error. First check the data files used in the report - are they ok? Perhaps download a file repair/checking utiltity. Then check for any special aspects about the report itself.

Good luck.

>I have the Following Code:
>
>LOCAL oCR as CRAXDRT.Application
>LOCAL oRpt as CRAXDRT.Report
>
>oCr=CREATEOBJECT('CrystalRuntime.Application')
>oRpt=oCr.OpenReport('c:\MyReport.rpt')
>IF oRpt.HasSavedData()
> oRpt.DiscardSavedData()
>ENDIF
>oRpt.PrintOut
>
>
>
>and i get this error:
>
>"There is Not Enough Memory For This Operation"
>
>Any Ideas??
In the End, we will remember not the words of our enemies, but the silence of our friends - Martin Luther King, Jr.
Previous
Reply
Map
View

Click here to load this message in the networking platform