<?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 Checkboxes in Forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkboxes-in-forms/m-p/2025129#M414993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Can somebody tell me how to insert Checkboxes in SAP Script or SmartForms? Also, how do I make my print program output the form as PDF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Mar 2007 06:15:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-22T06:15:45Z</dc:date>
    <item>
      <title>Checkboxes in Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkboxes-in-forms/m-p/2025129#M414993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Can somebody tell me how to insert Checkboxes in SAP Script or SmartForms? Also, how do I make my print program output the form as PDF?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;John.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 06:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkboxes-in-forms/m-p/2025129#M414993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T06:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Checkboxes in Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkboxes-in-forms/m-p/2025130#M414994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just use SAP symbols. &lt;/P&gt;&lt;P&gt;For unmarked checkbox create a new text field and add symbol &amp;lt;727&amp;gt; in it. &lt;/P&gt;&lt;P&gt;For marked checkbox, use symbol &amp;lt;697&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They do not show on print preview, but you can see them on paper or for example on .PDF output.&lt;/P&gt;&lt;P&gt;You can see a list of SAP symbols in transaction SO10, menu path Insert / Character / SAP symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can check the symbols using SO10. insert-&amp;gt;character -&amp;gt;SAP symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there you can see all the symbols and their representation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a window u create a text element..&lt;/P&gt;&lt;P&gt;Then in the Properties of the text element there is tab with WEB PROPERTIES..&lt;/P&gt;&lt;P&gt; In that give a field name and the Input type ( list box will be there ) , give it as check box ,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Reshma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 06:18:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkboxes-in-forms/m-p/2025130#M414994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T06:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: Checkboxes in Forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/checkboxes-in-forms/m-p/2025131#M414995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SMARTFORM...&lt;/P&gt;&lt;P&gt;In text symbols,you can see the Text Editor on left side.&lt;/P&gt;&lt;P&gt;Click it.&lt;/P&gt;&lt;P&gt;In menu,GO to-&amp;gt;CONFIGURE EDITOR&lt;/P&gt;&lt;P&gt;Go to SAPSCRIPT-&amp;gt;GRAPHICAL PC EDITOR[tick it]&lt;/P&gt;&lt;P&gt;Then Include-&amp;gt;characters-&amp;gt;SAP symbols-&amp;gt;Find SYM_CHECKBOX and choose the same.&lt;/P&gt;&lt;P&gt;Then 697 will come in our Text Element.&lt;/P&gt;&lt;P&gt;It will add the checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SCRIPT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SAP Symbol &amp;lt;697&amp;gt; ( in the Script text editor, menu option, Insert -&amp;gt; Characters -&amp;gt; SAP Symbols -&amp;gt; SYM_CHECKBOX. But this symbol appears only in hard copies and not in print preview. Also this get distorted if you are converting the output into a PDF. In such a case, you can upload an image and use in your SAP Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Mar 2007 06:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/checkboxes-in-forms/m-p/2025131#M414995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-22T06:19:47Z</dc:date>
    </item>
  </channel>
</rss>

