![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am using the recursive function to calculate the days from the entered days. but after entering some days it gives me this error message "Allowed Do nesting level exceed." can any one help me. I cant leave recursive function idea. |
#3
| |||
| |||
|
|
I am using the recursive function to calculate the days from the entered days. but after entering some days it gives me this error message "Allowed Do nesting level exceed." can any one help me. I cant leave recursive function idea. |
#4
| |||
| |||
|
|
In article <1151931660.795757.156070 (AT) v61g2000cwv (DOT) googlegroups.com>, tassaduqe wrote: I am using the recursive function to calculate the days from the entered days. but after entering some days it gives me this error message "Allowed Do nesting level exceed." can any one help me. I cant leave recursive function idea. Evidently you are doing "too much" inside a program (or function). Have you tried the alternative to do the recursions using temporary tables? jp -- |
#5
| |||
| |||
|
|
Can u give me any example for temperary tables. My problem is that i have two dates, start date and end date. Case1 - If i select the end date it should calculate the days and hours. |
|
Case2 - If i give total no. of days, then it should calculate the end date and hours. The problem is in case 2, i m using the calling the same function inside upto the entered days. Tassadique INVALID wrote: In article <1151931660.795757.156070 (AT) v61g2000cwv (DOT) googlegroups.com>, tassaduqe wrote: I am using the recursive function to calculate the days from the entered days. but after entering some days it gives me this error message "Allowed Do nesting level exceed." can any one help me. I cant leave recursive function idea. Evidently you are doing "too much" inside a program (or function). Have you tried the alternative to do the recursions using temporary tables? jp -- |
![]() |
| Thread Tools | |
| Display Modes | |
| |