Get data from parent form

FranzBFranzB Member Posts: 3
Is it possible, in a subform, to get values from the parent (main) form ?

thanks !

:-k

Comments

  • krikikriki Member, Moderator Posts: 9,118
    Create a function in the subform to receive the values.

    In the mainform, you have to give a name to the subform and then call your function from the main form like this:
    CurrForm.MySubForm.FORM.MyFunction(MyVariable);
    
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • FranzBFranzB Member Posts: 3
    Many thanks, it's work fine !

    bye
Sign In or Register to comment.