<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>9 Oct 2017 11:31:48 Z</lastBuildDate><pubDate>9 Oct 2017 11:31:48 Z</pubDate><description>Hi all&#13;
&#13;
using this code in a button Click Process&#13;
&#13;
[code:wl]&#13;
MyDoc is Document = WP_NoName1&#13;
absatz is DocParagraphe = MyDoc.Paragraph[1]&#13;
&#13;
Tabul is DocTabulation&#13;
Tabul..Position = 30&#13;
&#13;
Add(absatz..PageLayout..CustomTabulation,Tabul)	&#13;
[/code]&#13;
&#13;
just like as in help:&#13;
&#13;
[code:wl]&#13;
MyDoc is Document = MyDocControl&#13;
// Retrieve the first paragraph&#13;
Parag is DocParagraphe = MyDoc.Paragraph[1]&#13;
// Tabulation at 3 cm&#13;
Tabul is DocTabulation&#13;
Tabul..Position = 30&#13;
// Add the tabulation to the custom tabulations of the paragraph&#13;
Add(Parag..PageLayout..CustomTabulation, Tabul)&#13;
[/code]&#13;
&#13;
i got following exception:&#13;
&#13;
[code:text]&#13;
Error at line 7 of Click BTN_Setzen process.&#13;
Add function called.&#13;
This function is not available for an element of 'DocMiseEnPage.TabulationPerso' type.&#13;
&#13;
----- Technical Information -----&#13;
&#13;
Project : ProjektIcon&#13;
&#13;
WL call:&#13;
Process of 'Click BTN_Setzen' (WIN_WP.BTN_Setzen), line 7, thread 0&#13;
'Add' function, syntax 1&#13;
&#13;
What happened?&#13;
This function is not available for an element of 'DocMiseEnPage.TabulationPerso' type.&#13;
&#13;
Error code: 1162&#13;
Level: fatal error&#13;
&#13;
Dump of the error of 'wd220vm.dll' module (22.0.316.0).&#13;
Identifier of detailed information (.err): 1162&#13;
Debugging information:&#13;
Fonction (0,191)&#13;
Additional Information:&#13;
EIT_PILEWL :&#13;
Click BTN_Setzen (WIN_WP.BTN_Setzen), line 7&#13;
EIT_DATEHEURE : 09/10/2017 11:31:41&#13;
EIT_TYPE_WDFILE : &lt;2&gt;&#13;
EIT_IDCODE : &lt;18&gt;&#13;
[/code]&#13;
&#13;
Whats going wrong?&#13;
&#13;
Regards&#13;
Meikl ;)</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/62879-word-processing-set-custom-tabulator/read.awp</link><title>Word Processing - Set Custom Tabulator</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster></channel></rss>
