<?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: Fonts in Smartforms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935211#M386861</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;You can use any method u are comfortable with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Template is a static method. In template you need to calculate the total of fields manually whereas in "Calculation" tab of table you have various options. &lt;/P&gt;&lt;P&gt;Using a table is a standard method. You can go for tamplate in case if you want to draw vertical lines. e.g. Suppose you have 4 fields item no, Material no, qty &amp;amp; amount. And you want to draw vertical lines between these four lines then you need to choose template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Feb 2007 16:36:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-07T16:36:08Z</dc:date>
    <item>
      <title>Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935197#M386847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used Smartstyles and defined fonts for my header and paragraph data. I have used 30.0 pt for header and 18 for my paragraph. I am using those in my smartform. But when I save it, it comes to the normal form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions please  and also abt loop at internal tables. should I declare it in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form Interface--&lt;DEL&gt;&amp;gt;Tables or is it enough to declare in Form Interface&lt;/DEL&gt;&amp;gt;Imports..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 18:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935197#M386847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T18:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935198#M386848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaitanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check out weather you have specified the smartstyle name or not at the following? And also check weather you have activated the smartstyle or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Global Settings-&amp;gt;Form Attributes-&amp;gt;Output Options(tab)-&amp;gt;style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERNAL TABLES:&lt;/P&gt;&lt;P&gt;You need to declare in Form Interface----&amp;gt;Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Form Interface--&amp;gt;Imports  (Here you can declare structures).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 18:48:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935198#M386848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T18:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935199#M386849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean when you say "when I save it, it comes to the normal form"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you listed your SmartStyle in the Form Attributes, Output Options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any internal table that you are passing to your Smart Form from your print program should be listed in the Form Interface, Tables tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 18:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935199#M386849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T18:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935200#M386850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Nagel &amp;amp; Ashvender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replies. I have declared it in the Output option smart styles. But I could not still get it. But when I give it in the tables tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the error message as &amp;lt;i&amp;gt;only table types may be used as the reference type for the table parameter.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I need a label.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hve the data in an internal table called itab_hold in my application program. the internal tables consist of several records. It has to be printed on several labels. I have designed on only one label and trying to loop the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or can any one send me some material hw to design a label using a smart form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;Chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 19:31:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935200#M386850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T19:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935201#M386851</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;I am going through Example SF_EXAMPLE_01. which doesn't use any tables in table tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;chaithanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 19:32:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935201#M386851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T19:32:43Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935202#M386852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to have a DDIC table type to refer to your table in the Smart Forms interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can go to SE11 and create a structure of your ITAB_HOLD and then use this in the Smart Forms interface.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 19:35:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935202#M386852</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T19:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935203#M386853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As for the fonts/Smart Style be sure to activate the Smart Form, don't just save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you activate it, the fonts should change.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 19:41:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935203#M386853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T19:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935204#M386854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chaithanya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For declaring Internal table in Form Interface you need to do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IT_KOMV	 LIKE  KOMV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure you are giving in Associated Type should exist in DATA Dictionary(TCode -SE11). If the structure you are passing ITAB_HOLD does not exist in DATA Dictionay then you need to create it Otherwise you can not pass the data to smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ALTERNATIVE SOLUTION:&lt;/P&gt;&lt;P&gt;And you can also declare internal table in TYPES Tab of "Global Definations" in smartform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have declared ITAB_HOLD by your own the you might be filling it with different structures. Then insted of passing ITAB_HOLD in smartform pass different tables to smartform. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare Internal Table in TYPES Tab of "Global Defination". And fill it with the different tables you are getting from Form interface. To fill this internal table create PROGRAM LINES &amp;amp; concatenate the data of different tables into Internal table. &amp;amp; use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can Pass N numbers of tables &amp;amp; structures in smartfroms Form interface.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2007 22:25:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935204#M386854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-06T22:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935205#M386855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for u r  replies. My problem got solved for the fonts. Regarding the Tables. I made a mistake when exporting from the function module. I did not declare it as Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have used the loop but I am unable to see the print preview for more than one data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 04:56:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935205#M386855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T04:56:41Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935206#M386856</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 u explain how you are writing loop contitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally We provide loop in table control of main window. Are u providing loop into Work_area statament into DATA tab of table control or not?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also create a seprate loop for in main are of table control &amp;amp; there also u can provide loop statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashvender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 10:54:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935206#M386856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T10:54:34Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935207#M386857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashvender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have to print the label like this&lt;/P&gt;&lt;P&gt;                 &lt;/P&gt;&lt;P&gt;                                   &amp;lt;i&amp;gt;loop itab into wa_itab &amp;lt;/i&amp;gt;             &lt;/P&gt;&lt;P&gt;                             &amp;lt;b&amp;gt;AWAITING RELEASE(header)&lt;/P&gt;&lt;P&gt;                                       QUALITY DEPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                &amp;lt;i&amp;gt;loop itab into wa_itab &amp;lt;/i&amp;gt;  &lt;/P&gt;&lt;P&gt;              MATERIAL &amp;amp;ITAB-MATNR&amp;amp;         BATCH &amp;amp;ITAB-CHARG&amp;amp;&lt;/P&gt;&lt;P&gt;              INSPECTION &amp;amp;ITAB-PLOS&amp;amp;        PLANT &amp;amp;ITAB-WERKS&amp;amp;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have several records in ITAB. I have used the loop for both header and data.&lt;/P&gt;&lt;P&gt;In the internal table I have given like this ITAB INTO WA_ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the print preview I am able to see first record data. Is this possible to get mutliple records. If the user selects 5 records I get 5 records in ITAB. &lt;/P&gt;&lt;P&gt;Now I have to print it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear with my problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 14:36:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935207#M386857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T14:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935208#M386858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use SF -&amp;gt; flow logic -&amp;gt; loop &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and place the internal and work area table in that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 14:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935208#M386858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T14:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935209#M386859</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;Are u writng the following info in two lines in a single text:&lt;/P&gt;&lt;P&gt;MATERIAL &amp;amp;ITAB-MATNR&amp;amp; BATCH &amp;amp;ITAB-CHARG&amp;amp;&lt;/P&gt;&lt;P&gt;INSPECTION &amp;amp;ITAB-PLOS&amp;amp; PLANT &amp;amp;ITAB-WERKS&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes then dont do like that. Inside folder create two rows &amp;amp; in both the rows create texts &amp;amp; in texts pass the variables form work area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 14:51:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935209#M386859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T14:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935210#M386860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashvender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. Yes I am writing it in a single text. As you said I have a created a folder. How to create rows.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a good method for creating a label.or shoud I go for a template. But I heard template is for static table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935210#M386860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T16:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935211#M386861</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;You can use any method u are comfortable with. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Template is a static method. In template you need to calculate the total of fields manually whereas in "Calculation" tab of table you have various options. &lt;/P&gt;&lt;P&gt;Using a table is a standard method. You can go for tamplate in case if you want to draw vertical lines. e.g. Suppose you have 4 fields item no, Material no, qty &amp;amp; amount. And you want to draw vertical lines between these four lines then you need to choose template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 16:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935211#M386861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935212#M386862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashvender,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply and time. I am able to get the data. Now I need to align the data properly. Can u suggest me whether I shall go for table or for template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am awarding some points which were very useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;chaithanya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 17:06:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935212#M386862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T17:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935213#M386863</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;If you are using table then do this:&lt;/P&gt;&lt;P&gt;In "TABLE" tab of table control go for Details button. All the rows you have used will be availabe here. Here specify the column widths. For each row specify the column widths. If you want alignment then specify the same column width for header as well as items rows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if you are using template:&lt;/P&gt;&lt;P&gt;Then in "TEMPLATE" tab of templae go for details &amp;amp; specify the column lengths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: If you are using template &amp;amp; you have creted texts in template then Double click on text &amp;amp; go for output options of it. In OUTPUT STRUCUTRE tab you need to provide the line &amp;amp; column numbers for each text othewise data will not be printed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Feb 2007 17:38:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935213#M386863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-07T17:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fonts in Smartforms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935214#M386864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved Problem&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 15:42:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fonts-in-smartforms/m-p/1935214#M386864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T15:42:19Z</dc:date>
    </item>
  </channel>
</rss>

