문제

hi How can I display a string which excess 254 chars in my report created by crystal reports 8.5? My application that shows the report ia a vb6.0 application.

Thank you

도움이 되었습니까?

해결책

Looks like you have to build it up in CR 8.5. Check out this example.

If using a database, you would have to split the string into several columns before it gets passed into crystal.

다른 팁

Use Memo datatype in the report definition instead of the String.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top