<?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 Sapscript: write text and bitmap on the same line in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420051#M1244109</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to print text and a bitmap in the same line in the footer of MAIN window, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text1  (bitmap)       text2 ________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2009 12:21:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-25T12:21:42Z</dc:date>
    <item>
      <title>Sapscript: write text and bitmap on the same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420051#M1244109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to print text and a bitmap in the same line in the footer of MAIN window, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;text1  (bitmap)       text2 ________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 12:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420051#M1244109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T12:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript: write text and bitmap on the same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420052#M1244110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create 3 boxes adjacent to each other without any border&lt;/P&gt;&lt;P&gt;Make sure that the coordinates should be in the same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, use the box to display text or bitmap or whatever&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 12:25:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420052#M1244110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T12:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript: write text and bitmap on the same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420053#M1244111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;I can't make more windows, I need to print everything in the same window&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 12:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420053#M1244111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript: write text and bitmap on the same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420054#M1244112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In text editor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/: &amp;amp;text1&amp;amp; Include &amp;lt;Image&amp;gt;
= &amp;amp;text2&amp;amp;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                                  " = to continue on same line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Gurpreet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 12:38:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420054#M1244112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T12:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript: write text and bitmap on the same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420055#M1244113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I already tried that, but it makes a new line with the text&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 13:08:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420055#M1244113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T13:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript: write text and bitmap on the same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420056#M1244114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have asked you to create boxes not the windows.&lt;/P&gt;&lt;P&gt;Try creating invisible boxes and play on accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 13:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420056#M1244114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript: write text and bitmap on the same line</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420057#M1244115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry I can't understand how should I do it. Could you please write an example?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2009 15:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-write-text-and-bitmap-on-the-same-line/m-p/5420057#M1244115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-25T15:00:42Z</dc:date>
    </item>
  </channel>
</rss>

