Re: Best way to stash an object array into an object field

2017-07-08 Thread David Adams via 4D_Tech
On Sun, Jul 9, 2017 at 12:16 PM, Cannon Smith via 4D_Tech < 4d_tech@lists.4d.com> wrote: > Hi David, > > I haven’t tried storing an object array as the top level in a field, but > have done it a lot one level down. For example: > <403-626-3236> Hey Cannon, you would be the guy that would know!

Re: Best way to stash an object array into an object field

2017-07-08 Thread Cannon Smith via 4D_Tech
Hi David, I haven’t tried storing an object array as the top level in a field, but have done it a lot one level down. For example: C_OBJECT($oInfo) ARRAY OBJECT($aoFacts;0) //...Create facts and append them to $aoFacts... OBJ_Set_Array($oInfo;”Facts”;->$aoFacts) [Table] ObjectField:=$oInfo

Best way to stash an object array into an object field

2017-07-08 Thread David Adams via 4D_Tech
...I've got some summary data I'm storing in a fact table and want to stash an array of objects in an object field. Is that a thing? You can't assign it directly, and I tried assigning it in a chain like this: [Table]ObjectField:=JSON Parse(JSON Stringify Array($my_object_array)) Neither of

Re: R3 Windows 32bit server?

2017-07-08 Thread John Baughman via 4D_Tech
Thanks Randy, Any idea why it is not included in the in the download from the download page at 4d.com ? Maybe an oversight? Thanks again, John > On Jul 8, 2017, at 10:14 AM, Randy Engle via 4D_Tech <4d_tech@lists.4d.com> > wrote: > > John, > >

RE: R3 Windows 32bit server?

2017-07-08 Thread Randy Engle via 4D_Tech
John, http://download.4d.com/Products/Current/4D_16R3/installers/4D_Server_v16_R3_Windows_32-bit.exe Randy Engle XC2 Software LLC – XC2LIVE! -Original Message- From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of John Baughman via 4D_Tech Sent: Saturday, July 8, 2017 12:42

R3 Windows 32bit server?

2017-07-08 Thread John Baughman via 4D_Tech
When I download the 32bit full installer I am only getting 4D. Is there an R3 32bit server for windows? ** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html

Re: Any issues with running v13.6 server and 13.5 clients?

2017-07-08 Thread Arnaud de Montard via 4D_Tech
> Le 8 juil. 2017 à 01:44, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Just wondering. It may work but using a client version different from server isn't recommended. I remember of problems in subversions of v6.7, I never do it anymore. -- Arnaud

Re: What exactly is the scope of the On err call between 4D server & Client?

2017-07-08 Thread Arnaud de Montard via 4D_Tech
> Le 1 juil. 2017 à 01:47, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > >> Yeah, I considered that direction too. I ruled it out because it's >> introducing a lot of moving parts for the sake of being able to run some >> code in a trigger. Since triggers aren't used so far that

Re: What exactly is the scope of the On err call between 4D server & Client?

2017-07-08 Thread Arnaud de Montard via 4D_Tech
> Le 7 juil. 2017 à 23:59, Kirk Brooks via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > Right, but what I'm seeing is a client side process which has an error > handler installed. Running a method with EOS an error is blocking the > server with the 4D native error handler. Even though the

Re: What exactly is the scope of the On err call between 4D server & Client?

2017-07-08 Thread Arnaud de Montard via 4D_Tech
> Le 8 juil. 2017 à 00:43, David Adams via 4D_Tech <4d_tech@lists.4d.com> a > écrit : > > I'm not sure I'm following the basic setup because 'execute on server' can > mean two things in 4D, can you clarify? Still a command with a bad name. Confusion with the "execute on server" method