Database Data Width Differences
Posted: Sun Feb 20, 2005 2:27 pm
Kathleen:____ In the conversion of my R&R DOS V6.0a reports to R&R for Windows Version 9.0, I have the following ^weird^ occurrence:____ I have a field in a database defined as Character with a width of 96 and ^decimals^ as 2 (i.e. C(9,2)). This results in an actual character field of *608* characters. This is enough to hold my (very wide) character field without resorting to ^Memo^ field definitions.____ The DOS version of R&R (v6.0a) understands this long character field and very properly and correctly prints and wraps this field on the report nicely. (It even says: Size in Data File: 608 when examining the field in the report designer.____ OTOH, RRW V9.0 only sees the width as 96 characters and misses the remaining data in the field (several hundred extra characters)____Question: Is there any way to force RRW v9.0 to acknowledge and read the extra hundreds of chars in this field ??____TIA,____-Mel Smith__