NetTalk Central

Author Topic: Best place to convert field  (Read 1529 times)

irissystems

  • Newbie
  • *
  • Posts: 17
    • View Profile
    • IRIS Systems
    • Email
Best place to convert field
« 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.

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11186
    • View Profile
Re: Best place to convert field
« Reply #1 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