Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Passing a formula at runtime in Crystal Reports
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00608828
Message ID:
00611350
Vues:
20
Thanks for the help, Jon ! It worked.. but I have another problem...

After I changed the code to this :

FOR EACH CRFormulaField IN CRFormulaFields
IF CRFormulaField.FormulaFieldName = "SDate" then
CRFormulaField.Text = "Date(2000,01,01)"
ELSE
IF CRFormulaField.FormulaFieldName = "EDate" then
CRFormulaField.Text = "Date(2000,01,01)"
ENDIF
ENDIF
NEXT

I can preview the report, but after I close the form which contains the RDC and back to the caller form (which contains two textboxes for SDate & EDate) and I try to preview the report again, I'm getting a "Memory Full" error (from the RDC).. Any idea about this ?


TIA,

Deddy
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform