<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
<channel>
  <title>TinyButStrong Forum</title>
  <description>TinyButStrong Forum in English</description>
  <link>http://www.tinybutstrong.com/</link>
  <item>
   <title>Re: Array to table in dynamic page.</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15654</link>
   <description>Hi FeRan, Skrol29, keidari,<br />
<br />
I have exactly the same problem of you.<br />
First line write Array and second line is displayed as it is. :(<br />
<br />
The solution presented by FeRan don't solve my problem, <br />
<br />
Do you have a solution ?<br />
<br />
Thanks a lot for your answer,<br />
<br />
Sincerely,<br />
Bruno</description>
   <pubDate>2017-04-25 10:27:23</pubDate>
  </item><item>
   <title>Re: how to do it?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15652</link>
   <description>It seems to be a usual error or split formated content. Select your TBS tag in the template, then cut, and then past without formating.</description>
   <pubDate>2017-04-24 17:35:17</pubDate>
  </item><item>
   <title>Re: Generate one document with one template and several data set ?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15646</link>
   <description>Yes you can add page-break, see the DOCX example, there is things about that in it. </description>
   <pubDate>2017-04-19 00:27:51</pubDate>
  </item><item>
   <title>Re: Error Replacing picture on a template that had other picture replaced already.</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15632</link>
   <description>yes, I do 2 merges. On the first merge I replace the blank .jpg with a codebar jpg then later I do a second merge to replace the transparent .png with a signature .png<br />
</description>
   <pubDate>2017-04-03 16:12:00</pubDate>
  </item><item>
   <title>Re: Hide a column in a table</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15623</link>
   <description>Hello,<br />
<br />
You can use parameter &quot;ope=decol&quot; in order to delete a column in a Ms Word table.<br />
See http://www.tinybutstrong.com/opentbs.php?doc#col</description>
   <pubDate>2017-03-27 23:05:07</pubDate>
  </item><item>
   <title>Re: Change default language in DOCX templates</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15619</link>
   <description>Hi Osof,<br />
<br />
OpenTBS does not turn language into French, or other language.<br />
But is does delete all language definition when a sub-file is opened. This is because the spell checking can split TBS tags in several parts.<br />
<br />
Generally, a DOCX has only one default language defined in the root style of the document, wich is stored in the sub-file &quot;word/styles.xml&quot;.<br />
But in fact you can define a different language for any custom style.<br />
In addition to the language defined in styles, you can also define a custom language for any piece of text in the document.<br />
<br />
What is probably happening to your document is that all custom language elements are deleted by OpenTBS in the main document, and then the default language (French I guess) steel remains in the default style because &quot;word/styles.xml&quot; is not modified.<br />
<br />
In order to force the default language in the root style, here is the code (example to force language to English US):&#91;code]<br />
$TBS-&gt;PlugIn(OPENTBS_EDIT_ENTITY, 'word/styles.xml', 'w:styles/w:docDefaults/w:rPrDefault/w:lang', 'w:val', 'en-US', true);<br />
&#91;/code]<br />
</description>
   <pubDate>2017-03-25 23:39:54</pubDate>
  </item><item>
   <title>Re: Invoice Creation</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15616</link>
   <description>Hi,<br />
<br />
Hva you seen the examples ?<br />
http://www.tinybutstrong.com/examples.php?e=dataarray&amp;m=result</description>
   <pubDate>2017-03-21 01:02:49</pubDate>
  </item><item>
   <title>Re: Dynamically changing or adding/removing legends and related data in charts</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15615</link>
   <description>So I think what I'm asking is can I change existing legends or at least add new ones and remove existing ones. I think the answer is no as per http://www.tinybutstrong.com/forum.php?thr=3012<br />
<br />
Correct me if I'm wrong. </description>
   <pubDate>2017-03-20 17:05:51</pubDate>
  </item><item>
   <title>Re: Dynamically changing chart display of data from numeric to percentage</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15603</link>
   <description>Hello,<br />
<br />
It can be done but it's quite complicated: you have to load the sub-file corresponding to the chart, then edit the XML by yourself.<br />
I don't know the attribute to change for formating of chart data, but it should be easy to find.</description>
   <pubDate>2017-03-13 23:06:49</pubDate>
  </item><item>
   <title>Re: Sub-Block Only Merging First Item in Array</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15585</link>
   <description>Skrol29, <br />
<br />
Thank you very much for your response. I appreciate your suggestion but the address array doesn't have a static number of elements. Addresses in this application vary from between 2 and 5 lines so the sub-block really seems like the best solution. After some more tinkering, I was able to solve my problem. I placed the tag inside a table like this:<br />
<br />
&#91;code] <br />
&#91;notice;block=begin;sub1=addressArray] <br />
<br />
&#91;notice.recipient]<br />
&#91;notice_sub1.val;block=tbs:row]<br />
<br />
&#91;notice;block=end]<br />
&#91;/code]<br />
<br />
Also note for those new to tbs like myself that, in the word template, the &#91;notice_sub1.val;block=tbs:row] needs to be placed within a table row. If you don't do this, tbs will throw an error. <br />
<br />
Once I made this change, all the records of the sub-block array were properly merged. </description>
   <pubDate>2017-03-03 14:54:57</pubDate>
  </item><item>
   <title>Re: sub-sub-sub blocks</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15584</link>
   <description>Wow! Thanks for help. Works fine! <br />
Definitely you deserve the &quot;Greatest product support ever&quot; achievement . Thanks again.</description>
   <pubDate>2017-03-03 09:28:34</pubDate>
  </item><item>
   <title>Re: Error 'word/template.xml'</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15563</link>
   <description>yeah I couldn't figure it out, but I think it had something to do with the way I uploaded the file. I just started fresh and made a simple example that worked. sorry to have wasted your time :(</description>
   <pubDate>2017-02-09 14:12:19</pubDate>
  </item><item>
   <title>Merging of multiple columns</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15558</link>
   <description>Hi,<br />
<br />
This has been frustrating me all afternoon, can anyone help at all?<br />
<br />
I am trying to merge several columns verically based on the value in the first column.<br />
<br />
eg:<br />
<br />
Work Order     AER	   Rack       Slot	Time<br />
 11732 	        59 	     3 	    10	     4:00 PM	<br />
                 	                           11	<br />
 12989             59 	     5 	     5        12:00 PM	<br />
                                                  6<br />
  	                                           7<br />
 12945 	        59 	     5 	      3       12:00 PM	<br />
                                                  4	<br />
<br />
I can achieve the merge of any one of these columns satisfactorally by adding &#91;out.Work Order;ope=mergecell] to the relevent tag but adding multiple instances of this produces an incorrect merge on all but the last occuurance.<br />
<br />
Is this at all possible or have I been wasing my afternoon?<br />
<br />
Many thanks <br />
Neil</description>
   <pubDate>2017-02-07 16:14:04</pubDate>
  </item><item>
   <title>Re: ExtSJ4, Ajax &amp; Php. The browser don't propose me the document but the result is ok?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15545</link>
   <description>Hi Skrol29,<br />
<br />
Thank you for your answer, I will investigate right now to find a solution in my Ajax answer.<br />
<br />
Have a nice day,<br />
Bruno</description>
   <pubDate>2017-02-03 08:54:56</pubDate>
  </item><item>
   <title>Re: Can we generate tables directly in Word .docx ?</title>
   <link>http://www.tinybutstrong.com/forum.php?msg_id=15543</link>
   <description>Hi,<br />
<br />
You cannot « create the tables » and stick them using the technical of template.<br />
<br />
You have to build a table with the proper TBS tags in order to:<br />
- first merge the columns using parameter &quot;parallel&quot; (see http://www.tinybutstrong.com/opentbs.php?doc#col)<br />
- then merge rows with the usual tag &quot;block=tbs:row&quot; </description>
   <pubDate>2017-02-02 20:09:31</pubDate>
  </item>
</channel>
</rss>