Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/string/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
String 如何在Crystal Reports 8.5中显示超过254个字符的字符串?_String_String Length_Crystal Reports 8.5 - Fatal编程技术网

String 如何在Crystal Reports 8.5中显示超过254个字符的字符串?

String 如何在Crystal Reports 8.5中显示超过254个字符的字符串?,string,string-length,crystal-reports-8.5,String,String Length,Crystal Reports 8.5,嗨 如何显示crystal reports 8.5创建的报告中超过254个字符的字符串? 显示报表的我的应用程序是一个vb6.0应用程序 谢谢看来您必须在CR8.5中构建它。 如果使用数据库,则在将字符串传递到crystal之前,您必须将其拆分为几列。看起来您必须在CR8.5中构建它。 如果使用数据库,在将字符串传递到crystal之前,必须将其拆分为几列。在报告定义中使用Memo数据类型,而不是字符串。在报告定义中使用Memo数据类型,而不是字符串

嗨 如何显示crystal reports 8.5创建的报告中超过254个字符的字符串? 显示报表的我的应用程序是一个vb6.0应用程序


谢谢

看来您必须在CR8.5中构建它。


如果使用数据库,则在将字符串传递到crystal之前,您必须将其拆分为几列。

看起来您必须在CR8.5中构建它。


如果使用数据库,在将字符串传递到crystal之前,必须将其拆分为几列。

在报告定义中使用Memo数据类型,而不是字符串。

在报告定义中使用Memo数据类型,而不是字符串