e row for each appointment
> > record. The problem is that the loop fails at the first iteration.
> > Another weird thing is that when the number of appointments is 20+, it
> > will fail both the first and the 20th+ iterations. (rows 2-19 get
> > inserted just fine).
>
>
fine).
>
> I've tried looking for other topics involving save and loops, but
> still couldn't find a solution.
>
> I'm placing here the code for your reference.
>
> Thank you in advance,
> Mark
>
>
> //PHP Code Starts Here
> $program = $this->
is that when the number of appointments is 20+, it
will fail both the first and the 20th+ iterations. (rows 2-19 get
inserted just fine).
I've tried looking for other topics involving save and loops, but
still couldn't find a solution.
I'm placing here the code for your reference