Displaying field from a form into a table

Hello Everyone,

I'm new to Dynamics NAV, but I created a form with two buttons("Add" and "Exit") and some fields.

These same fields already exist in a Table. What I'm trying to do is after filling the form's fields, then I need to press the "Add" button so all the values from the form's fields needs to be added into the table fields.

Can anyone help me with the code and which triggers should I add that code into.

Thank you.

Answers

  • lubostlubost Member Posts: 611
    I hope you doing that only for training purposes. Forms should be preferably created with table fields and then no Add and Exit button needed. NAV saves entered values automatically without any saving code.
    Read manuals a be careful because modifying data does automatically too.
Sign In or Register to comment.