![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, I have the classic "Inventory Problem" and have tried the various recursive approaches to find the last balance. I keep getting "internal errors". I have also seen a recent post by Mosha, that identifies a problem with SP2 whereby if something recurses more than 30 times, an internal error occurs. Two questions: 1) Is recursion the best way to handle this if i have to recurse possible hundreds of times? 2) If not how else can I do this - efficiently? I could force a balance say every six months and avoid the 30 limit but I'd rather not. Many thanks |
#3
| |||
| |||
|
|
Hi, I have the classic "Inventory Problem" and have tried the various recursive approaches to find the last balance. I keep getting "internal errors". I have also seen a recent post by Mosha, that identifies a problem with SP2 whereby if something recurses more than 30 times, an internal error occurs. Two questions: 1) Is recursion the best way to handle this if i have to recurse possible hundreds of times? 2) If not how else can I do this - efficiently? I could force a balance say every six months and avoid the 30 limit but I'd rather not. Many thanks |
![]() |
| Thread Tools | |
| Display Modes | |
| |