Page 1 of 1

Table in a text-fld?

Posted: Sun Nov 21, 2010 5:40 pm
by inselfan
Hola Todos,

Yes, I know what a text field is and, yes, I also know what a Table field is. But I don't know how to integrate a table into a text field. Something like:

<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>

</table>

in HTML. My questions: Is this possible and if so, would you please give me a hand to realize this?

Thanks and enjoy the day

Horst

Re: Table in a text-fld?

Posted: Sun Nov 21, 2010 6:30 pm
by bn
Hi Horst,

the width of the columns of the tablefield are set with the tabstops -> dictionary

If you want the first column to be 40 pixel wide, the second 70 and the third 20 you would set the tabstops to

40,110,130

the third and all the following colums would be 20 pixel wide.

regards

Bernd

Re: Table in a text-fld?

Posted: Sun Nov 21, 2010 6:38 pm
by inselfan
Hola Bernd,

Thanks a lot for your helping idea. But, Grrrrrrrr, english is NOT my favorite language, I have to uptate my question.

I have made a field. In this field I would like to integrate sometimes a table as it is f.e. possible in WORD.

I hope not to waste anyones time again with an unclear description?!

kind regards

Horst

Re: Table in a text-fld?

Posted: Sun Nov 21, 2010 7:03 pm
by bn
Hi Horst,

I dont know of any way to insert a table into a regular field. You could probably do some tricks with the tabstops and tab in the text. But that is a workaround and depends on what you want to display.

regards

Bernd

Re: Table in a text-fld?

Posted: Mon Jun 27, 2011 6:09 am
by Curry
Howdy,

The WordLib add-on for document import can do this; it handles simple tables within a field. (There's a download page link in my signature.) To see it in action, use the Try WordLib stack and open one of the example files such as TestMSWord2007. Scroll down a little and you'll see the sample table!

Best,

Curry

Re: Table in a text-fld?

Posted: Tue Jun 28, 2011 11:21 am
by inselfan
Hola Curry,

Thanks for that information. I'll have a look this days and let you know off list.

Saludos

Horst