Re: v13- Chasing Relations

2019-01-08 Thread Chip Scheide via 4D_Tech
Thanks! As you might guess from the pseudo code, I am looking to have some generic code to check for record dependencies before doing something (most likely deletion) So, given a record in [Table], I want to follow (1 level) all relations to check for related record dependancies, and kick

Re: v13- Chasing Relations

2019-01-08 Thread Keisuke Miyako via 4D_Tech
I follow every 1-to-n and n-to-1 relations in this component https://github.com/miyako/4d-component-classic-query-editor mind you, relations can be circular... 2019/01/09 5:47、Chip Scheide via 4D_Tech <4d_tech@lists.4d.com>のメール: --- if there are 1 or more

Re: v13- Chasing Relations

2019-01-08 Thread Chip Scheide via 4D_Tech
aren't there hidden tables which contain the various table and field attributes? On Tue, 8 Jan 2019 15:47:11 -0500, Chip Scheide via 4D_Tech wrote: > given a pointer to a table, or a pointer to a field of a table, > I want to be able, for the current record of this table, to : > - iterate over

Re: v13- Chasing Relations

2019-01-08 Thread Chip Scheide via 4D_Tech
Thanks! On Tue, 8 Jan 2019 15:27:34 -0600, Keith Culotta via 4D_Tech wrote: > Would these help? > > https://doc.4d.com/4Dv17/4D/17/GET-RELATION-PROPERTIES.301-3729513.en.html only works from the child table. from documentation: >> returns the properties of the relation (if any) which starts

Re: v13- Chasing Relations

2019-01-08 Thread Keith Culotta via 4D_Tech
Would these help? https://doc.4d.com/4Dv17/4D/17/GET-RELATION-PROPERTIES.301-3729513.en.html https://doc.4d.com/4Dv17/4D/17/dataClassAttributerelatedDataClass.303-3884018.en.html

[Resolved] v13 - Out of Stack Space

2019-01-08 Thread Chip Scheide via 4D_Tech
I posted this before the holidays, but it never showed up I did manage to track down the problem - The problem was related screen resolution and orientation. -- Apparently 4D does not like mixed monitor orientations. In this particular case 1 monitor is in 'normal' orientation (wider

Re: 4D Authentication Strategy...

2019-01-08 Thread Tom Benedict via 4D_Tech
Hi Robert, Here’s a link to instructions on how to set up a test Active Directory instance which might work for your testing. I haven’t tried it yet. https://auth0.com/docs/connector/test-dc It might help. As far as switching between 4D

Re: 4D Authentication Strategy...

2019-01-08 Thread Robert ListMail via 4D_Tech
Hi Tim, Right, I understand the SSO as originally explained—that was very helpful. Yet, for testing purposes at my location (without the authentication server) or at the client site when you might need to login as a specific user, how might you switch to/from SSO or not? I suppose there is an