NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart on October 05, 2013, 05:38:19 AM

Title: how to get browse to display string longer that @S255
Post by: cwtart on October 05, 2013, 05:38:19 AM
I have a browse that has a column taken from a memo field. The browse column appears to be limited to a string length of 255 characters. Is there a way to display more than 255 characters in a browse column or do I need to do something else here?

Chuck
Title: Re: how to get browse to display string longer that @S255
Post by: peterH on October 05, 2013, 02:15:33 PM
On the field definition the picture is set to '@s255'. Change that to ''.
Peter
Title: Re: how to get browse to display string longer that @S255
Post by: cwtart on October 06, 2013, 11:01:32 AM
Thank you Peter - I guess that was to obvious for me <g>

Chuck