opener.document.forms.wwv_flow.supplier has no properties
I'm trying to pass a value from a Popup page to a multi-row report (tabular form).
and I'm getting the error, which you can read in my subject line of this posting.
I don't know what the error is telling me when it reads: SUPPLIER has no properties.
the javascript is as follows:
opener.document.forms["wwv_flow"].supplier['f01_0008'].value = passVal1; close()...
where SUPPLIER is the item in the Tabular Form to receive the value I'm passing back from the popup page.
and
f01_0008 is the identifier for the row in the tabular form to passback to.
Can anyone help me here?