
Hi,
I would like to find out what does "Index out of Bounds" means?
In Purchase Orders, I as able to do Print > Preview, but only one PO I was not able to do it, as highlighted in grey.
I tried other PO to print > Preview, or PDF and it was okay.
I suspect it is the index in the invoice that was having error which cause this.
For the problematic PO, other than Preview, I also tried to export in PDF and Excel, all gave the same error "Index Out of Bounds"
Appreciate your help!
It means if you try to store a value in an array and if it overflows you get that error, for example, if you declared an array of x with size 10 and if you try to insert into it 11 items you will get that error.
Looks like there may be customization in your report which is causing that issue.