Re: 4Dv17 as a Windows Service

2019-10-21 Thread Tarawerkz via 4D_Tech
Hi Pat, I have managed to find a solution to the 4D Service. Recap of the problem : When the data files are sitting on a repository different from the 4D Server and structure files, running the database application as a Windows service will fail. The Windows log event will indicate an error

Re: SSL Certificate parsing in 4D

2019-10-21 Thread Eric Naujock via 4D_Tech
I use openssl on all the other items. But I have not found a way to do openssl from within 4D. You don’t want to go down the execute your code in zsh on the machine and hope you users approve the read access to the file when they need to decode the .crt file. > On Oct 21, 2019, at 5:16 PM,

Re: SSL Certificate parsing in 4D

2019-10-21 Thread Spencer Hinsdale via 4D_Tech
openssl? On 10/21/19, 2:04 PM, "4D_Tech on behalf of Eric Naujock via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: Is there a plugin or tool out there that can parse and breakdown a X509 style certificate into its components to be able to display the

Re: SSL Certificate parsing in 4D

2019-10-21 Thread Spencer Hinsdale via 4D_Tech
openssl? On 10/21/19, 2:04 PM, "4D_Tech on behalf of Eric Naujock via 4D_Tech" <4d_tech-boun...@lists.4d.com on behalf of 4d_tech@lists.4d.com> wrote: Is there a plugin or tool out there that can parse and breakdown a X509 style certificate into its components to be able to display the

SSL Certificate parsing in 4D

2019-10-21 Thread Eric Naujock via 4D_Tech
Is there a plugin or tool out there that can parse and breakdown a X509 style certificate into its components to be able to display the fields within. I did the typical Google Foo, and the 4D Docs. Along with Miyako. I just am not using any such code. Any suggestions?

Re: Determining object content types

2019-10-21 Thread Chip Scheide via 4D_Tech
This is how I am handling it Whatever_it_is:=OB GET(object;property;Whatever_Type_I_Need) as for find in object array, basic processing: if requested property exists check value else see if element contains an object - check it for property & value an object array [OB

Re: Determining object content types

2019-10-21 Thread Kirk Brooks via 4D_Tech
Chip, If you are using v15 OB SET ARRAY can set the native 4D arrays except for pointers, I think. So if you set a text array you can get a text array back. But the object property type is not concerned with the array type. As far as OB GET TYPE is concerned any array is an object array. In v17

Re: Determining object content types

2019-10-21 Thread Chip Scheide via 4D_Tech
John, thanks I was typing a reply, and realized I had not tested something. OB GET ARRAY(Object;Property;Object_Array) when the 'object array' is not an object array. if the array in the object is NOT an actual object array, then Object_Array is set to the size of the array inside the object,

Re: Determining object content types

2019-10-21 Thread John DeSoi via 4D_Tech
You can't determine the type of the array. I think you can load any type into a text array, but then you would have to convert it. The best option for internal use is to include a property that indicates the type, i.e. use "type" and "value" pairs. John DeSoi, Ph.D. > On Oct 21, 2019, at

Determining object content types

2019-10-21 Thread Chip Scheide via 4D_Tech
given an object and its contents. how do you determine the type of the contents? specifically arrays. an object can hold an army of any defined type, long, real, text, or object If I execute the command OB GET PROPERTY NAMES, or OB GET Type, if the contents of the object is an array the value

Re: How one does RELATE MANY with ORDA

2019-10-21 Thread Kirk Brooks via 4D_Tech
Hi Peter, On Mon, Oct 21, 2019 at 12:32 AM Peter Bozek via 4D_Tech < 4d_tech@lists.4d.com> wrote: > I am plying with ORDA and LB displaying related records and run into one > problem: When I delete related record with drop(), entity selection > accessed through link does not change (probably

Re: How one does RELATE MANY with ORDA

2019-10-21 Thread Christian Sakowski via 4D_Tech
Please support my request (which is a quite needful request): https://forums.4d.com/Post/DE/31495091/1/31495092 Also you can explain your user case in this request. Hopefully it will be in v18. -- Grüße/Regards, [heubach-media] | Christian Sakowski christian.sakow...@heubach-media.de Tel:

Re: How one does RELATE MANY with ORDA

2019-10-21 Thread Peter Bozek via 4D_Tech
On Mon, Oct 21, 2019 at 9:39 AM Christian Sakowski < christian.sakow...@heubach-media.de> wrote: > Normally, just call entity.reload() to refresh an entity and its related > selections. > -- > > That would work, but wanted to avoid that as I would loose changes done to the edited record, or

Re: How one does RELATE MANY with ORDA

2019-10-21 Thread Christian Sakowski via 4D_Tech
Normally, just call entity.reload() to refresh an entity and its related selections. -- Grüße/Regards, [heubach-media] | Christian Sakowski christian.sakow...@heubach-media.de Tel: +49/(0)40/41 455 455 > Am 21.10.2019 um 09:31 schrieb Peter Bozek via 4D_Tech <4d_tech@lists.4d.com>: > > I

Re: 4D Websites (Are they down?)

2019-10-21 Thread Tom Benedict via 4D_Tech
Indeed! Thanks for working your magic Kirk! Tom Benedict > On Oct 20, 2019, at 21:15, roofto...@mac.com wrote: > > The 4D site is working for me as of 9:00 Pacific Time > >> On Oct 20, 2019, at 8:28 PM, Tom Benedict via 4D_Tech <4d_tech@lists.4d.com> >> wrote: >> >> I haven’t had any luck