PDA

Click to See Complete Forum and Search --> : Seemingly Simple Crystal Problem[RESOLVED]


ahara
Mar 23rd, 2004, 02:14 PM
Hello;

I am learning Crystal Reports 7.0 for the first time. These reports are already embedded into an existing app, and I am told I must keep them. I have a report with a large field, but the field is not displaying in its entirety. The field in Oracle is varchar2(4000), and the same corresponding field in the Crystal ttx file is String 4000. But it will only display 4 and 3/4 lines (looks to be about 250 characters) CanGrow is set to True on the field....am I missing something simple (or am I screwed?!) Any thoughts would be much appreciated - thanks.

ahara
Mar 24th, 2004, 12:10 PM
problem solved:

ttx field was called "String" instead of "Memo" and cursor location of connection was server side instead of client side