NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart on January 18, 2008, 10:42:23 AM

Title: browse row not showing all of field
Post by: cwtart 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
Title: Re: browse row not showing all of field
Post by: Bruce 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