Notifications
Announcements
No record found.
whenever try to fetch the vendor ledger entry report..getting this error msg...
*This post is locked for comments
Check the arrays This error comes up because data is going more than whatever size you define for array
Increase the size of array
Hello manish,Check your Array variables dimensions, as per your screenshot you declare array variables,
Open your report in design, and then open Global or Local variables, see bellow variables.arrAppliedDateArrAppliedExternalDocNoarrAppliedDocNoarrAppliedAmountThese variables has less index, so increment the index sizefor increment size: just select variable and then go to property and increment the dimension size.
for example, if dimension is 5 then put 10 or based on your requirement.
Let us know if you have any issues....
seems that i is greater than the array dimension.
Hi,
Please check your array dimension and try to debug to find out the no. of times the loop is executed.
Seems array size is smaller than the no of records you are processing.
But if you are sure the size is sufficient then other cause could be when you enter the loop for assignment make sure your counter I is reinisialized to correct value.
Hello Sir,
the original size was 255 now I have increased the 500...but still it is showing the same error...
manish
Have you checked the counter i is it getting initialized to proper value before you enter the loop.
Also have you tried to count no of records your Ledger Entry is fetching for each iteration.
Now I increased the size 255 to 2500...
Now..error msg is not coming.
Good,
now if your query is solved then verify the answer, so others member also can be benefited.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.