<?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>topic Re: Error while executing ob.formta_cell in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-while-executing-ob-formta-cell/m-p/802257#M315816</link>
    <description>Thank you, FreelanceReinhard, that works</description>
    <pubDate>Tue, 15 Mar 2022 15:42:32 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2022-03-15T15:42:32Z</dc:date>
    <item>
      <title>Error while executing ob.formta_cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-executing-ob-formta-cell/m-p/802238#M315808</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   obj.table_start(overrides: " rules=none frame=void cellpadding=0 cellspacing=0 ");

            obj.row_start();    
            obj.format_cell(data: " Montant  : ", overrides: "just=left color=black font_size=13pt font_weight=normal cellwidth=5cm");
	
            obj.row_end();
            obj.table_end();&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;I have this error :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;79: LINE and COLUMN cannot be determined.&lt;BR /&gt;NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN where the error has occurred.&lt;BR /&gt;ERROR 79-322: Expecting a (.&lt;BR /&gt;76: LINE and COLUMN cannot be determined.&lt;BR /&gt;NOTE: NOSPOOL is on. Rerunning with OPTION SPOOL might allow recovery of the LINE and COLUMN where the error has occurred.&lt;BR /&gt;ERROR 76-322: Syntax error, statement will be ignored.&lt;BR /&gt;NOTE: Error occurred in: just=left color=black font_size=13pt font_weight=normal &lt;BR /&gt;NOTE: DATA statement used (Total process time):&lt;BR /&gt;real time 0.32 seconds&lt;BR /&gt;cpu time 0.31 seconds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But my report is Ok :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SASdevAnneMarie_0-1647356156833.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/69476i54A98E35E0F1BC92/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SASdevAnneMarie_0-1647356156833.png" alt="SASdevAnneMarie_0-1647356156833.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I can't find where&amp;nbsp;a (. is missing.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 15:13:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-executing-ob-formta-cell/m-p/802238#M315808</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-03-15T15:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ob.formta_cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-executing-ob-formta-cell/m-p/802247#M315812</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/286185"&gt;@SASdevAnneMarie&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the problem is simply that NORMAL is not a valid value of the FONT_WEIGHT style attribute. It &lt;EM&gt;is&lt;/EM&gt; a valid value of the FONT_&lt;EM&gt;WIDTH&lt;/EM&gt;&amp;nbsp;attribute. The "normal" FONT_WEIGHT attribute is called MEDIUM. I didn't know this, but found those details in the documentation&amp;nbsp;&lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/odsadvug/p1pt77toue3iyun0z4l9gth5as9f.htm" target="_blank" rel="noopener"&gt;Style Attributes Detailed Information&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 15:20:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-executing-ob-formta-cell/m-p/802247#M315812</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2022-03-15T15:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Error while executing ob.formta_cell</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-while-executing-ob-formta-cell/m-p/802257#M315816</link>
      <description>Thank you, FreelanceReinhard, that works</description>
      <pubDate>Tue, 15 Mar 2022 15:42:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-while-executing-ob-formta-cell/m-p/802257#M315816</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2022-03-15T15:42:32Z</dc:date>
    </item>
  </channel>
</rss>

