Trying to modify an invoice form in MAS 90 Standard version 4.50.4.0 using Crystal Reports vs 11.5.8.826 on a Windows 2008 R2 (64 bit) server. The Comment Text value brought into the Invoice_Wrk table from the AR_InvoiceDetail table is truncating the text string to the first 49 characters. The entry screen allows for the entry of up-to 2,048 characters. Why isn't the data included in the output?
In the AR_InvoiceDetail table, the data type is text (2048). Same for the AR_InvoiceWrk. When I look at the Field Type in Crystal, it reports ""Memo"", not string(2048).
Thoughts on how I rescue my missing text from the Crystal Reports monster?