NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: irissystems on August 09, 2013, 09:24:26 AM

Title: Best place to convert field
Post by: irissystems on August 09, 2013, 09:24:26 AM
Hi, I have RTF fields that I need to strip the RTF data off before displaying them. Where would be the best embed point to put the converting logic. The field I'm trying to put it in is on my form as a text read only field.
Title: Re: Best place to convert field
Post by: Bruce on August 11, 2013, 04:17:17 AM
Let's assume you have a procedure to do the stripping - say StripRTF, which takes the string and returns a string without the RTF tags.
Then on the browse, in the browse column properties you can set the "Display" field to read
StripRTF(whatever)

cheers
Bruce