Options

Form Close

RS8RS8 Member Posts: 121
Hi all,

In Navision once we open an object, eg : take Form, if we navigate to another Form the previous form remains open till we close, I want to close the previous form once i open new form. can any one provide a solution.

Comments

  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,504
  • Options
    RS8RS8 Member Posts: 121
    i want to make modification in that particular table, it gets modified in table, but since the form is open, it throws error " another user modified in table....." on close of that form in later stage..
  • Options
    MBergerMBerger Member Posts: 413
    RS8 wrote:
    i want to make modification in that particular table, it gets modified in table, but since the form is open, it throws error " another user modified in table....." on close of that form in later stage..
    Then you should pass the record variable of the original form to the second one, and work on it there. That way you won't have 2 instances of the same record and you won't get the error.
Sign In or Register to comment.