Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What happen with Cystal report 9
Message
De
06/05/2003 02:51:03
 
 
À
05/05/2003 18:59:15
Information générale
Forum:
Visual FoxPro
Catégorie:
Crystal Reports
Divers
Thread ID:
00785148
Message ID:
00785215
Vues:
15
Puede ser por que estés empleando índices compuestos.

Yo he tenido este mismo problema.

En la versión 8.5 (inglés) me funciona correctamente la búsqueda, pero en la 9 no me funciona.

Para comprobar si es esto exactamente lo que te está trastornando, haz una prueba eliminandole los índices. Debería de encontrarte los registros.

Yo al final no encontré la solución, y de momento sigo trabajando con el 8.5 pues el indice compuesto es el principal índice de mi aplicación y no puedo cambiarlo.

Saludos.
José Luis.


>The code below does not work correctly with Crystal report 9 but it worked correctly with Crystal report 8. somebody know why?
>
>LOCAL oCR AS CRAXDRT.Application
>LOCAL oRpt AS CRAXDRT.Report
>LOCAL oDB AS CRAXDRT.Database
>LOCAL ocDBT AS CRAXDRT.DatabaseTables
>LOCAL oDBT AS CRAXDRT.DatabaseTable
>
>oCR = CREATEOBJECT("CrystalRuntime.Application")
>oRpt = oCR.OpenReport("C:\EFox\Direct1.RPT")
>
>* Create the Database object
>oDB = oRpt.Database()
>
>* Get a references to the DatabaseTables collection
>ocDBT = oDB.Tables()
>
>* Get a reference to the DatabaseTable object for table 1
>oDBT = ocDBT.Item(1)
>
>* Set the location
>oDBT.Location = "C:\EFox\Customer.DBF"
>
>oRpt.PrintOut()
>
>The result it’s always a empty report (without none record).
>
>Thank you very much

Quidquid latine dictum sit, altum sonatur

Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform