Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing a formula at runtime in Crystal Reports
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00608828
Message ID:
00611350
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform