Calling from Parent Form from one of the command button click event method
How can return the value from Child Form to Parent form of Var1 , Var3
Code:
LOCAL o_Child_Form As Form
DO FORM Child_Form NOSHOW NAME o_Child_Form LINKED ;
WITH ;
Var1 , Var2 , Var3 , Var4
o_Child_Form.Show(1) && 1-Modal
How can return the value from Child Form to Parent form of Var1 , Var3