Hi,
I have a function that returns a string. The function is called within text box on a report. The function seems to be truncating all strings to 255 characters. I've tested the function outside of the report and it is still truncating to 255. I've also checked with a breakpoint and the string is actually truncating at the point of return. Is there any way of allowing strings longer than 255 characters to be returned by a function.
Thanks in advance.
Kenny
I have a function that returns a string. The function is called within text box on a report. The function seems to be truncating all strings to 255 characters. I've tested the function outside of the report and it is still truncating to 255. I've also checked with a breakpoint and the string is actually truncating at the point of return. Is there any way of allowing strings longer than 255 characters to be returned by a function.
Thanks in advance.
Kenny
Last edited: