Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error While trying to print a crystal report through VFP
Message
De
19/01/2003 04:31:16
 
 
À
10/01/2003 03:32:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00740192
Message ID:
00743240
Vues:
11
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform