My table contains a memo field that stores data that can run to some considerable size. I want to print this information on a report and there is no problem setting up a field that references the memo - the data will print correctly.
However, I need to do some preprocessing before printing which means I have to store the contents of the memo field to a report variable. As soon as I do this the data is truncated - it looks like the maximum number of chars that can be stored is 256.
Can anybody confirm this, and is there any other type of report variable I can use that can store more than 256 characters?
Thanks in advance.
However, I need to do some preprocessing before printing which means I have to store the contents of the memo field to a report variable. As soon as I do this the data is truncated - it looks like the maximum number of chars that can be stored is 256.
Can anybody confirm this, and is there any other type of report variable I can use that can store more than 256 characters?
Thanks in advance.