We can get parent form 'Status' field value to the child record form methods by calling following code
frmOrderQuotation_Cust.FromHandle(i_hWndParent).dfsState.Text
Here 'dfsState' is the parent form field name and 'frmOrderQuotation_Cust' is parent form name
Here 'dfsState' is the parent form field name and 'frmOrderQuotation_Cust' is parent form name