Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2020 : Technical Questions
Message Icon Topic: Error: String can be at most 65534 characters Post Reply Post New Topic
Author Message
newbie22
Newbie
Newbie


Joined: 19 Feb 2010
Online Status: Offline
Posts: 1
Quote newbie22 Replybullet Topic: Error: String can be at most 65534 characters
    Posted: 19 Feb 2010 at 11:04am
Hi,

Version: Crystal XI

I am using a string to gather log ids. But when I run the report with wider search criteria I get an error - Error: String can be at most 65534 characters.
How can I get rid of this error? Below is my formula.

WhilePrintingRecords;

Global StringVar Array_Name;
numbervar slno;
Array_Name:= Array_Name & Cstr({PMP.LOG_ID}, 0) & ",";
if {@TimelyComplete}= 0 then
slno:= slno+ 1;


Thanks in advance!

-ES
IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.