Can I give the possibility to the customer of creating a field

Hello, is what I can give the possibility to the customer of creating a field or one

button or a table…

ie : is what I can their give the possibility of creation and how?

Thank you

Subject: can I give the possibility to the customer of creating a field

No. They can create items though a button that contains script, but I have mo idea why you would even want to go there.

Subject: RE: can I give the possibility to the customer of creating a field

I will make an application which gives has a adminidstrator the right to change the columns of the base(view) and thus I must automatically change the mask of putting of the contacts in this base by adding field of puttingThank you in advance

Subject: RE: can I give the possibility to the customer of creating a field

Say what?

Subject: RE: can I give the possibility to the customer of creating a field

The English word is “form”, not “mask”.To change a form, the administrator must have Designer or Manager access in the database’s ACL. It is possible for you to write code that adds a field to a form. The administrator can run your code to add the field. To write the code, you can use DXL. See Designer Help for details of DXL. Search this forum for more information and sample code.

Another way is to write code that adds items to documents. This way, you do not need to change the form each time a new item is required. The new items can be used in views. I think this way is much easier to code.