Re: How to set tab positions in the RTFtext?

2011-09-14 Thread Richmond Mathewson
On 09/15/2011 12:02 AM, Roger Eller wrote: I've been busily coding colorized htmlText in a table field. Now, the users want me to make it export to an RTF file and retain the colors. When I do this, the data goes off the page and wraps each line because my tabstops are not preserved in the RTF

Re: How to set tab positions in the RTFtext?

2011-09-14 Thread Roger Eller
On Wed, Sep 14, 2011 at 5:06 PM, Richmond Mathewson wrote: On 09/15/2011 12:02 AM, Roger Eller wrote: I've been busily coding colorized htmlText in a table field. Now, the users want me to make it export to an RTF file and retain the colors. When I do this, the data goes off the page and

How to set tab positions in the RTFtext?

2011-09-14 Thread Mark Stuart
Hi Roger, Tthe tabstop is \tab in WordPad? What are you using as a tabstop in the HTML field? Just replace it with \tab, right? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: How to set tab positions in the RTFtext?

2011-09-14 Thread Paul Dupuis
See http://www.biblioscape.com/rtf15_spec.htm#Heading32 On 9/14/2011 5:02 PM, Roger Eller wrote: I've been busily coding colorized htmlText in a table field. Now, the users want me to make it export to an RTF file and retain the colors. When I do this, the data goes off the page and wraps

Re: How to set tab positions in the RTFtext?

2011-09-14 Thread Roger Eller
On Wed, Sep 14, 2011 at 6:10 PM, Mark Stuart mstu...@adaptcrm.com wrote: Hi Roger, The tabstop is \tab in WordPad? What are you using as a tabstop in the HTML field? Just replace it with \tab, right? The field is a regular table field with tabstops. I loop through the text and replace a

Re: How to set tab positions in the RTFtext?

2011-09-14 Thread Roger Eller
On Wed, Sep 14, 2011 at 6:44 PM, Paul Dupuis wrote: See http://www.biblioscape.com/rtf15_spec.htm#Heading32 On 9/14/2011 5:02 PM, Roger Eller wrote: I've been busily coding colorized htmlText in a table field. Now, the users want me to make it export to an RTF file and retain the colors.

Re: How to set tab positions in the RTFtext?

2011-09-14 Thread stephen barncard
Then I put the htmlText of fld fData into URL file:C:\data.rtf what happens when you put the RTFTEXT of fld data ? is that a typo? On 14 September 2011 15:57, Roger Eller roger.e.el...@sealedair.com wrote: On Wed, Sep 14, 2011 at 6:10 PM, Mark Stuart mstu...@adaptcrm.com wrote: Hi Roger,

Re: How to set tab positions in the RTFtext?

2011-09-14 Thread Roger Eller
On Wed, Sep 14, 2011 at 7:32 PM, stephen barncard wrote: Then I put the htmlText of fld fData into URL file:C:\data.rtf what happens when you put the RTFTEXT of fld data ? is that a typo? On 14 September 2011 15:57, Roger Eller roger.e.el...@sealedair.com wrote: On Wed, Sep 14, 2011 at