How to get values from field of subform?

javedaslamjavedaslam Member Posts: 3
I have a master-detail form. I want to open a new form from command button based on values from the record of subform. Anybody help.

Comments

  • lubostlubost Member Posts: 632
    You have to create a short function in subform, which only call needed object with Rec variable. You can then call this short function by using Currform.<Subform Control Name>.<Function name>
  • HalMdyHalMdy Member Posts: 429
    As example, see Form 42 - Sales Order .

    All functionalities behind button "Line" work on this principe.
  • javedaslamjavedaslam Member Posts: 3
    Is working fine. Thanks a lot.
Sign In or Register to comment.