NetTalk Central

Author Topic: browse row not showing all of field  (Read 2247 times)

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
browse row not showing all of field
« on: January 18, 2008, 10:42:23 AM »
Hello,

I have a web server browse where one of the fields is a memo with a size of 1000 in the dictionary. It appears that the maximum picture size allowable by the browse template is @S255. How can I get the entire string to appear in the browse row? I need at least 300 of the 1000 characters from the memo field to be displayed in the browse row. Thanks.

Chuck

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11193
    • View Profile
Re: browse row not showing all of field
« Reply #1 on: January 22, 2008, 02:52:33 AM »
Hi Chuck,

try setting the picture to nothing. ie
''

if you want to display a "subset" of the memo, but it's more than 255 (and you don't want the whole memo) then set the "Display:" field to something like
clip(sub(fil:memo,1,300))

Cheers
Bruce