generate fields

オフライン
I want to write code for on click on button?so that different fields will occur
Parents
  • Hi Mily, Can you provide more detail about what you are trying to achieve? It sounds like you want to create an OnClick event for a button field on a form. To do so you can do the following:
    1. Open the form for editing.
    2. Click the "button" button in the form editor toolbar to add a new button field.
    3. Confirming that the button is selected in the editor, click the Field Events tab.
    4. Add a new Field Event method with event="onClick".
    5. Save the Form.
    6. Right click the Field Event row and select "View Method".
    7. Lock the method and write the code you want to execute when the button is clicked.
    Eli
    Eli Donahue Aras Labs Software Engineer
Reply
  • Hi Mily, Can you provide more detail about what you are trying to achieve? It sounds like you want to create an OnClick event for a button field on a form. To do so you can do the following:
    1. Open the form for editing.
    2. Click the "button" button in the form editor toolbar to add a new button field.
    3. Confirming that the button is selected in the editor, click the Field Events tab.
    4. Add a new Field Event method with event="onClick".
    5. Save the Form.
    6. Right click the Field Event row and select "View Method".
    7. Lock the method and write the code you want to execute when the button is clicked.
    Eli
    Eli Donahue Aras Labs Software Engineer
Children
No Data