<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>CAD F&#243;rum : iLogic formaty listov</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : Inventor : iLogic formaty listov]]></description>
  <pubDate>Mon, 08 Jun 2026 06:17:20 +0000</pubDate>
  <lastBuildDate>Sat, 04 Mar 2017 20:59:47 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum/RSS_post_feed.asp?TID=23961</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[iLogic formaty listov : Takze som sa pokusil to nejak...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104941&amp;title=ilogic-formaty-listov#104941</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=63524">DM1</a><br /><strong>Předmět:</strong> 23961<br /><strong>Zasláno:</strong> 04.bře.2017 v 20:59<br /><br />Takze som sa pokusil to nejak kombinovat a vysledok je takyto :&nbsp;<div><br></div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><pre><span style="color: #800000;">trigger</span> <span style="font-weight: bold;">=</span> <span style="color: #0000FF;">iTrigger0</span><span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">InputListBox</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Formaty</span><span style="color: #008080;">"</span>, <span style="color: #800080; font-weight: bold;">MultiValue</span>.<span style="color: #800080; font-weight: bold;">List</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Vyber_formatu</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span>, <span style="color: #0000FF;">Vyber_formatu</span>, <span style="color: #800000;">Title</span> :<span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">Formaty</span><span style="color: #008080;">"</span>, <span style="color: #800000;">ListName</span> :<span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">Vyber</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">If</span> <span style="color: #800080; font-weight: bold;">Parameter</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Vyber_formatu</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">A4</span><span style="color: #008080;">"</span> <span style="color: #FF0000; font-weight: bold;">Then</span><span style="color: #800080; font-weight: bold;">ThisApplication</span>.<span style="color: #800000;">ActiveDocument</span>.<span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800000;">Orientation</span> <span style="font-weight: bold;">=</span> <span style="font-weight: bold;">10243</span> <span style="color: #808080; font-style: italic;"></span><span style="color: #FF0000; font-weight: bold;">Else</span><span style="color: #800080; font-weight: bold;">ThisApplication</span>.<span style="color: #800000;">ActiveDocument</span>.<span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800000;">Orientation</span> <span style="font-weight: bold;">=</span> <span style="font-weight: bold;">10242</span> <span style="color: #808080; font-style: italic;"></span><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">If</span><span style="color: #800080; font-weight: bold;">ThisApplication</span>.<span style="color: #800000;">ActiveView</span>.<span style="color: #800000;">Fit</span>   <span style="color: #808080; font-style: italic;"></span><span style="color: #FF0000; font-weight: bold;">If</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">Oram A0</span><span style="color: #008080;">"</span> <span style="color: #FF0000; font-weight: bold;">Then</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A0</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A0"<br><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A1<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"> </span><span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb255, 0, 0; font-weight: bold;">Then</span><br><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A1</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A1<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><br><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A2<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"> </span><span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb255, 0, 0; font-weight: bold;">Then</span><br><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A2</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A2<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><br><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A3<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"> </span><span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb255, 0, 0; font-weight: bold;">Then</span><br><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A3</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A3<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><br><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A4<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"> </span><span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb255, 0, 0; font-weight: bold;">Then</span><br><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A4</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>Oram A4<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><br><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">If</span></pre><pre></pre></td></tr></table></pre><pre><span style="font-weight: bold;">Problem nastava teraz pri formate A4 pri ktorom mi to vyhodi chybu:</span></pre><pre><b>Nesprávny parameter. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))</b></pre><pre><b><br></b></pre><pre><b>Edit: </b></pre><pre><b>Pouzil som cely Vas kod a funguje to lepsie takze dakujem!</b></pre></div><span style="font-size:10px"><br /><br />Upravil DM1 - 05.bře.2017 v 23:11</span>]]>
   </description>
   <pubDate>Sat, 04 Mar 2017 20:59:47 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104941&amp;title=ilogic-formaty-listov#104941</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic formaty listov : Dakujem, vyskusam. VIP niesom....]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104936&amp;title=ilogic-formaty-listov#104936</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=63524">DM1</a><br /><strong>Předmět:</strong> 23961<br /><strong>Zasláno:</strong> 04.bře.2017 v 19:33<br /><br />Dakujem, vyskusam. VIP niesom.]]>
   </description>
   <pubDate>Sat, 04 Mar 2017 19:33:17 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104936&amp;title=ilogic-formaty-listov#104936</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic formaty listov : Takto to m&#225;m j&#225;. oMyParameter=...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104845&amp;title=ilogic-formaty-listov#104845</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=14067">raspi</a><br /><strong>Předmět:</strong> 23961<br /><strong>Zasláno:</strong> 27.úno.2017 v 07:04<br /><br />Takto to mám já. <br><br><br>oMyParameter=ThisApplication.ActiveDocument.Parameters.UserParameters<br>Try<br>Parameter("FORMAT") = Parameter("FORMAT")<br>Catch<br>oParameter = oMyParameter.AddByValue("FORMAT", "A3", UnitsTypeEnum.kTextUnits)<br>MultiValue.SetList("FORMAT", "A0", "A1", "A2", "A3", "A4")<br>End Try<br>Parameter("FORMAT") = InputListBox("Zvolte formát výkresu.", MultiValue.List("FORMAT"), Parameter("FORMAT"), Title := "Formát výkresu", ListName := "Vyberte formát:")<br>ActiveSheet.ChangeSize(Parameter("FORMAT"),MoveBorderItems := True)<br>RuleParametersOutput()<br>InventorVb.DocumentUpdate()<br>If Parameter("FORMAT") = "A4" Then<br>ThisApplication.ActiveDocument.ActiveSheet.Orientation = 10243 'Portrait<br>Else<br>ThisApplication.ActiveDocument.ActiveSheet.Orientation = 10242 'Landscape<br>End If<br>ThisApplication.ActiveView.Fit&nbsp;&nbsp;&nbsp; 'tento poslední řádek udělá na zoom vše<br><br>If Parameter("FORMAT") = "A4" Then <br>ActiveSheet.Border = "A4"<br>End If<br><br>If Parameter("FORMAT") = "A3" Then <br>ActiveSheet.Border = "A3"<br>End If<br><br>If Parameter("FORMAT") = "A2" Then <br>ActiveSheet.Border = "A2"<br>End If<br><br>If Parameter("FORMAT") = "A1" Then <br>ActiveSheet.Border = "A1"<br>End If<br><br>If Parameter("FORMAT") = "A0" Then <br>ActiveSheet.Border = "A0"<br>End If<br><br>]]>
   </description>
   <pubDate>Mon, 27 Feb 2017 07:04:36 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104845&amp;title=ilogic-formaty-listov#104845</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic formaty listov :  Viz vlastnost Orientation a...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104843&amp;title=ilogic-formaty-listov#104843</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 23961<br /><strong>Zasláno:</strong> 26.úno.2017 v 18:13<br /><br />Viz vlastnost Orientation a kompletní iLogic kód v příbuzném tipu 9798.]]>
   </description>
   <pubDate>Sun, 26 Feb 2017 18:13:43 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104843&amp;title=ilogic-formaty-listov#104843</guid>
  </item> 
  <item>
   <title><![CDATA[iLogic formaty listov : Dobry den, potreboval by som poradit...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104842&amp;title=ilogic-formaty-listov#104842</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=63524">DM1</a><br /><strong>Předmět:</strong> 23961<br /><strong>Zasláno:</strong> 26.úno.2017 v 16:56<br /><br />Dobry den, potreboval by som poradit s vytvorenim pravidla pre zmenu formatu vykresoveho listu ( na odporucanie zo starej temy som to riesil cez iLogic) a vyzera to asi takto :&nbsp;<div><br></div><div><pre><span style="color: #800000;">trigger</span> <span style="font-weight: bold;">=</span> <span style="color: #0000FF;">iTrigger0</span><span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #800080; font-weight: bold;">InputListBox</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Formaty</span><span style="color: #008080;">"</span>, <span style="color: #800080; font-weight: bold;">MultiValue</span>.<span style="color: #800080; font-weight: bold;">List</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">Vyber_formatu</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span>, <span style="color: #0000FF;">Vyber_formatu</span>, <span style="color: #800000;">Title</span> :<span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">Formaty</span><span style="color: #008080;">"</span>, <span style="color: #800000;">ListName</span> :<span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">Vyber</span><span style="color: #008080;">"</span><span style="font-weight: bold;">)</span><span style="color: #FF0000; font-weight: bold;">If</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">OramA0</span><span style="color: #008080;">"</span> <span style="color: #FF0000; font-weight: bold;">Then</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A0</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA0"<br><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span><span style="color: #008080;">OramA1</span><span style="color: #008080;">"</span> <span style="color: #FF0000; font-weight: bold;">Then</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A1</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA1<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><br><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA2<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"> </span><span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb255, 0, 0; font-weight: bold;">Then</span><br><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A2</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA2<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span></pre></div><div><br></div><div><br></div><div><pre><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA3<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"> </span><span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb255, 0, 0; font-weight: bold;">Then</span><br><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A3</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA3<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><br><span style="color: #FF0000; font-weight: bold;">ElseIf</span> <span style="color: #0000FF;">Vyber_formatu</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA4<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><span style="font-family: Verdana, Arial, Helvetica, sans-serif;"> </span><span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb255, 0, 0; font-weight: bold;">Then</span><br><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">ChangeSize</span><span style="font-weight: bold;">(</span><span style="color: #008080;">"</span><span style="color: #008080;">A4</span><span style="color: #008080;">"</span>, <span style="color: #800000;">MoveBorderItems</span> :<span style="font-weight: bold;">=</span> True<span style="font-weight: bold;">)</span><span style="color: #800080; font-weight: bold;">ActiveSheet</span>.<span style="color: #800080; font-weight: bold;">Border</span> <span style="font-weight: bold;">=</span> <span style="color: #008080;">"</span>OramA4<span style="font-family: Verdana, Arial, Helvetica, sans-serif; color: rgb0, 128, 128;">"</span><br><span style="color: #FF0000; font-weight: bold;">End</span> <span style="color: #FF0000; font-weight: bold;">If</span></pre></div><div><br></div><div><br></div><div><br></div><div><br></div><div>Je to aj funkcne no potrebujem tam pridat aj podmienku pre zmenu orientacie listu kedze mi ho stale zobrazuje na vysku, a tuto funkciu neviem najst. Vopred dakujem.<br><div><br></div><div><br></div><div><br></div></div>]]>
   </description>
   <pubDate>Sun, 26 Feb 2017 16:56:18 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=23961&amp;PID=104842&amp;title=ilogic-formaty-listov#104842</guid>
  </item> 
 </channel>
</rss>