<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: How to handle SQL NULL dates in CRUFL function for Cr... in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14353188#M4938892</link>
    <description>&lt;P&gt;What version of CR for VS are you using?&lt;/P&gt;&lt;P&gt;What Version of Crystal Reports are you using?&lt;/P&gt;&lt;P&gt;What version of VS are you using?&lt;/P&gt;&lt;P&gt;In CR designer click on File, Options and check this option:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DonWilliams_0-1773915439015.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/386103iD9D95ECF276607A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DonWilliams_0-1773915439015.png" alt="DonWilliams_0-1773915439015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;See if that resolves your issue...&lt;/P&gt;&lt;P&gt;See this sample UFL project:&amp;nbsp;&lt;A href="https://userapps.support.sap.com/sap/support/knowledge/en/1603381" target="_blank"&gt;https://userapps.support.sap.com/sap/support/knowledge/en/1603381&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Mar 2026 10:21:22 GMT</pubDate>
    <dc:creator>DonWilliams</dc:creator>
    <dc:date>2026-03-19T10:21:22Z</dc:date>
    <item>
      <title>How to handle SQL NULL dates in CRUFL function for Crystal Reports?</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaq-p/14351847</link>
      <description>&lt;P&gt;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.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 09:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaq-p/14351847</guid>
      <dc:creator>junrayb86</dc:creator>
      <dc:date>2026-03-18T09:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle SQL NULL dates in CRUFL function for Cr...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14353188#M4938892</link>
      <description>&lt;P&gt;What version of CR for VS are you using?&lt;/P&gt;&lt;P&gt;What Version of Crystal Reports are you using?&lt;/P&gt;&lt;P&gt;What version of VS are you using?&lt;/P&gt;&lt;P&gt;In CR designer click on File, Options and check this option:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DonWilliams_0-1773915439015.png" style="width: 400px;"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/386103iD9D95ECF276607A8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DonWilliams_0-1773915439015.png" alt="DonWilliams_0-1773915439015.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;See if that resolves your issue...&lt;/P&gt;&lt;P&gt;See this sample UFL project:&amp;nbsp;&lt;A href="https://userapps.support.sap.com/sap/support/knowledge/en/1603381" target="_blank"&gt;https://userapps.support.sap.com/sap/support/knowledge/en/1603381&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 10:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14353188#M4938892</guid>
      <dc:creator>DonWilliams</dc:creator>
      <dc:date>2026-03-19T10:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle SQL NULL dates in CRUFL function for Cr...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14355970#M4939070</link>
      <description>Pass in the same default null date as CRD uses....</description>
      <pubDate>Mon, 23 Mar 2026 13:49:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14355970#M4939070</guid>
      <dc:creator>DonWilliams</dc:creator>
      <dc:date>2026-03-23T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle SQL NULL dates in CRUFL function for Cr...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14356256#M4939083</link>
      <description>Thanks for the response. However, changing the Null Treatment to "Default Values for Nulls" does not resolve the issue. I still encounter the "Not enough memory for operation." error. I am using CR 2016 and compile the CRUFL DLL using VS 2022.</description>
      <pubDate>Mon, 23 Mar 2026 17:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14356256#M4939083</guid>
      <dc:creator>junrayb86</dc:creator>
      <dc:date>2026-03-23T17:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to handle SQL NULL dates in CRUFL function for Cr...</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14358826#M4939289</link>
      <description>&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;What SP version of CR for VS .NET are you using?&lt;/P&gt;&lt;P&gt;Note that CR 2016 is a 32 bit app so you must compile the UFL in 32 bit for CRD to find it.&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 11:21:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-handle-sql-null-dates-in-crufl-function-for-crystal-reports/qaa-p/14358826#M4939289</guid>
      <dc:creator>DonWilliams</dc:creator>
      <dc:date>2026-03-26T11:21:32Z</dc:date>
    </item>
  </channel>
</rss>

