‎2026 Mar 18 7:23 AM - edited ‎2026 Mar 18 9:07 AM
In VB6, the Date type can accept Crystal Reports' internal "null date" sentinel (12/30/1899) so formula does not break. In C#, a DateTime parameter cannot accept NULL. If Crystal pass a NULL value, you will hit "Not enough memory operation" error. If "DateTime?" parameter will be used, the CRUFL function will not appear in the Formula Editor.
Request clarification before answering.
What version of CR for VS are you using?
What Version of Crystal Reports are you using?
What version of VS are you using?
In CR designer click on File, Options and check this option:
See if that resolves your issue...
See this sample UFL project: https://userapps.support.sap.com/sap/support/knowledge/en/1603381
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you have a look at the sample UFL I linked, lot's of info in it on how to make CRD recognize the UFL?And set's the Framework CRD works under for the UFL to use using an INI file.
What SP version of CR for VS .NET are you using?
Note that CR 2016 is a 32 bit app so you must compile the UFL in 32 bit for CRD to find it.
Since you are using VS 2022 you must use the CR for VS 64 bit installer, you can install the 32 bit runtime when it prompts at the end of the install.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.