Determine field lengths

SOLVED

Is there somewhere in Sage 100 that I can see the field lengths for each field in each table?

Here is why I ask: the stock Sales Order printing report shows only the first 100 characters of SO_SalesOrderWrk.CommentText. We have many records having much longer, sometimes multi-line, comments. When I write a test report that queries SO_SalesOrderDetail.CommentText directly, it pulls the whole comment, way past 100 characters.

So I know Crystal is not the limitation here. But, of course, there is no way to test a query against the work tables, and I am trying to figure out whether the limitation is that the  SO_SalesOrderWrk.CommentText field can contain only up to 100 characters or whether the Sage SO-printing application selects only the first 100 characters from O_SalesOrderDetail.CommentText when populating SO_SalesOrderWrk.CommentText.