How to get the data from form to other

kevin.7710kevin.7710 Member Posts: 40
I create two forms,one is A.another is B. In A form I create a command button. if i click the button then open the form B.Now i want to get A from's text box content in the B form. how to implement.Thanks!

Comments

  • MalajloMalajlo Member Posts: 294
    Before opening form b, fill source table of form b with desired data. Insert/modify and then open form b.
  • NaviDevNaviDev Member Posts: 365
    In case that a variable in form A is what you want. You should pass it before opening the Form B. To do this. Create a function in form B with parameters and call it in form A.
    Navision noob....
Sign In or Register to comment.