Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

opener.document.forms.wwv_flow.supplier has no properties

garyNbostonJun 1 2007 — edited Jun 6 2007
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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 4 2007
Added on Jun 1 2007
3 comments
457 views