Re: User Custom Forms

2018-01-23 Thread Chip Scheide via 4D_Tech
> *3. The .4DA file* > This file containing the custom forms is saved into the .4DA file next to > the structure. Is there any way to store it in a different location? Say, > next to the .4dd? Staring it next to the .4dc file makes updating a bit of > an issue. - On start of the edit session,

Re: User Custom Forms

2018-01-23 Thread Pat Bensky via 4D_Tech
Hi Keith, Yes, we could use OBJECT DUPLICATE. Pat On 23 January 2018 at 14:49, Keith Culotta via 4D_Tech <4d_tech@lists.4d.com > wrote: > I used an inherited form in the user enterable form, so some changes could > be made in the development environment without destroying the User's > changes. >

Re: User Custom Forms

2018-01-23 Thread Keith Culotta via 4D_Tech
I used an inherited form in the user enterable form, so some changes could be made in the development environment without destroying the User's changes. Also, could OBJECT DUPLICATE be used during On Load to give a new object a name like "[Table1]Field1"? Keith - CDI > On Jan 23, 2018, at

User Custom Forms

2018-01-23 Thread Pat Bensky via 4D_Tech
(Using v16) I'm experimenting with allowing users to create their own forms with editable forms. I have one or two questions ... *1. Displaying/deleting objects such as fields* I need to allow the user to choose which fields to display on the form. The only way I can see to manage that is to