Create Button One form, Modify Button Other form

Create Button One form, Modify Button Other form

impex09impex09 Posts: 45Questions: 20Answers: 0

Hi guys, please your help.
I need when the user do click on New Button, The user will be able to insert all the fields.
but if the user do click on Modify Button, the user can will able only to modify two o three fields.

how can i do it?

Answers

  • colincolin Posts: 15,118Questions: 1Answers: 2,583

    This example should help - it's making the 'age' field read-only on an edit, but editable on a creation.

    Colin

  • impex09impex09 Posts: 45Questions: 20Answers: 0

    My specific issue is :
    I have a select field to select an option.

    When I click modify, the select field is positioned in the first value in alphabetical order and with the disabled option.

    so when I modify the record, it is updated with the first value of the select field and it is just the one I wanted not to modify.

    any ideas?

  • allanallan Posts: 61,449Questions: 1Answers: 10,055 Site admin

    I would be really useful if you could link to a test case showing the issue please?

    From what I understand the select value is changing from the value you were expecting to be the disabled option - is that correct? That suggests to me that the value being edited is not available the select list of values.

    Allan

Sign In or Register to comment.