RE: Array Range Check Issue

2017-07-03 Thread Stephen J. Orth via 4D_Tech
2017 9:17 PM To: s.o...@the-aquila-group.com; 4D iNug Technical <4d_tech@lists.4d.com> Subject: Re: Array Range Check Issue Hey Steve Have you initialised the array somewhere in the current process before using it here? Having a compiler declaration isn't enough - process leve

Re: Array Range Check Issue

2017-07-02 Thread Justin Carr via 4D_Tech
On 1 Jul 2017, at 12:12 am, Stephen J. Orth via 4D_Tech <4d_tech@lists.4d.com> wrote: > > I am getting an array range check error on the following line: > > If (Size of array(as_function)>=1) > > This is a compiled application, so how does this type of error even exist > for this line? > >

Re: Array Range Check Issue

2017-06-30 Thread Jim Hays via 4D_Tech
t here cause this code was actually running on 4D Server. > > > Steve > > > -Original Message- > From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Jeffrey > Kain via 4D_Tech > Sent: Friday, June 30, 2017 9:20 AM > To: 4D iNug Technical <4d_tec

RE: Array Range Check Issue

2017-06-30 Thread Stephen J. Orth via 4D_Tech
Of Jeffrey Kain via 4D_Tech Sent: Friday, June 30, 2017 9:20 AM To: 4D iNug Technical <4d_tech@lists.4d.com> Cc: Jeffrey Kain Subject: Re: Array Range Check Issue Have you tried clearing your local cache? It's an answer that I hate, but one that actually does work from time to ti

Re: Array Range Check Issue

2017-06-30 Thread Jeffrey Kain via 4D_Tech
Have you tried clearing your local cache? It's an answer that I hate, but one that actually does work from time to time, even in 2017. -- Jeffrey Kain jeffrey.k...@gmail.com > On Jun 30, 2017, at 10:12 AM, Stephen J. Orth via 4D_Tech > <4d_tech@lists.4d.com> wrote: > > Anyone know what might r