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?

Hi Carl. Thanks for your reply. I'm really floundering around here with this.
I don't really know how to write javascript, but am using what I find available and trying to adapt it to my application.
I found an example in the forum that seemed to be an exact match to what I was trying to do, but it was incomplete.
This is the code that I've got in the HTML header of my Popup page:
<script language="JavaScript">
function passBack(passItem1, passVal1)
opener.document.forms["wwv_flow"].supplier['&P143_ITEM.'].value = passVal1; close();
</script>
P143_ITEM is a hidden item on the popup page that contains the rownumber from the tabular form on the calling page.
SUPPLIER is a column in the row of the calling page.
And is where I want to pass the value To from the popup page.
When I drag my cursor over the hyperlink text on the Popup page,
Then the information I see at the bottom of the page is this:
javascript:passBack('f01_0006','Graybar Electric Co.');
It appears to be correct.
Where F01_0006 is the row where I want to pass the value GRAYBAR ELECTRIC CO.
The problem seems to be that I cannot specify the Column where I want to pass
'Graybar Electric Co.' to. (ie: the column SUPPLIER)
If you have any ideas, it would be greatly! appreciated.
Thanks- Gary

Similar Messages

  • Problem when opening some forms or report has libararies

    My dears:
    I have some forms and report has some libararies when I Open it ,forms developer closed
    give me this message
    oracle forms designer has stopped working ?
    but other forms has the same libraraies and open it with no any problem
    developer 10g r2
    operating system windows 7
    thanks in advance

    try 2 opened from other pc just scanned before doing it...!
    if it works it's pc problems (any)
    if not then they r okey

  • Failed to Open Document (file not 0 bytes) - Suggested resolution!

    (Posting this to assist others with same problem - I have actually resolved for me - please note Adobe developers for suggested improvement for work around… there is still a bug in there somewhere with corrupt files)
    Using Flash Pro CS6 (v 12.0.0.481) on Mac OSX 7.5
    Problem:
    Tried to open a file that I was working on last night (after MAC crashed and untidy shut down, but had saved file beforehand) this morning and got the error message "Failed to open document". The file has 10 MB of size (not 0 bit like other crashes that were not recoverable!).
    Resolution (work around): 
    Managed to recover the file using a combo of ideas I found on the web.
    First things first... check the file size, if the file size is 0, your pretty much stuffed since the file is empty, sorry. If however the file is populated, then this is what I did:
    1) copied the file and saved it to a new location (so working on a duplicate)
    2) downloaded a rar file tool (Winrar or I used The Unarchiver for Mac)
    3) Change the name of the file extension of that duplicate to .rar (you will get a warning message, accept it)
    4) Double click on the .rar file to open it using the .rar extraction ap you selected - you will be asked to say where you want that file to be extracted to - I just created a new folder on my desktop. In the process of extracting that file (believe it or not it is stored up as many parts), I got error messages that 3 images that were used in the file were corrupted. I selected to continue and ignore that. I made note of the corrupted files set.
    5) Locate the problem files (mine were in a folder called "Library" in the extracted file set) and delete those images *NOTE: you should have these copied elsewhere since they are brought into flash generally. BUT you might also like to skip this step and try the step below first - I didn't - it could be that you don't actually need to delete those images. If the step below doesn't work, then come back here and try again)
    6) In the new extracted file directory, there should be the same file name you want, just not as .fla but as a .xfl version. This means an uncompressed version (I have no idea what that really means) - double click on that same named file.xfl
    7) This .xfl file then opened for me in Flash
    8) Save that file again as .fla, add back any images that were needed and corrupted - mine were not needed so I just left them.
    I love working with flash but the instability is really a problem - I pretty much have to save a working file to another location and then try to reopen that before closing the original or shutting down / restarting.  This time I was lucky (only 1 hour of research and trial and error to recover) but previously I have had 0 byte files and had no choice but to start again (since time machine failed to save earlier versions).
    Suggested resolution adobe developers:
    It would be very useful if Flash told you which files were corrupted and then gave you an option to open the document with corrupted files removed as a copied version - at least this way we could work with most of the file to rebuild.

    This problem has been around for years and the solution you suggest is only the second best in my opinion.
    The best would be to have a Failsafe like many other products/companies already have going: Corel, Autodesk, Microsoft etc.:
    If their programs stop working they alert you to the fact and give you the opportunity to safe a copy of the file under a different name.
    Can`t be Rocket Science. If you can`t make your products work reliable, at least come up with manageable solutions.
    There is at least one day a month were I would be really lost without the ability of our company to rewind to the xfl version of yesterday.
    I can`t imagine what someone that works as a freelancer and hasn`t got the redundancy of companies has to go through if Flash burns him/her on a regular basis.

  • Document.forms.j_id_id19['jsfcrud.currentVhtyp'] has no properties

    I am getting the below error when i click to edit an object in the jsf crud table.
    document.forms.j_id_id19['jsfcrud.currentVhtyp'] has no properties

    I am using netbeans with glassfish
    Product Version: NetBeans IDE 6.1 (Build 200805300101)
    Java: 1.6.0_06; Java HotSpot(TM) Client VM 10.0-b22
    System: Windows XP version 5.1 running on x86; Cp1252; en_GB (nb)
    the application when constructed through the wizard worked ok adding entity classes from database and then jsf pages from entity classes.
    after adding jsf bean session managed and adding handling code for creating a login form it has now started giving the error mentioned earlier
    document.forms.j_id_id19['jsfcrud.currentVhtyp'] has no properties
    JSF version 1.2_04
    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.7.0
    Created-By: 1.5.0_14-b03 (Sun Microsystems Inc.)
    Edited by: jazzman2 on Jul 4, 2008 12:26 AM

  • Document array has no properties

    Why doesn't DW8 like document arrays assigned to variables?
    Using the syntax,
    formInput = document.getElementsByTagName("input")
    Returns an error saying "formInput has no properties."
    Here's the full example:
    var dom = dw.getDocumentDOM();
    // get the current document's SKU_Condition meta tag
    var skuCondMeta = dom.getElementsByTagName("meta");
    for ( counter = 0; counter < skuCondMeta.length;
    counter++)
    if (skuCondMeta[counter].name == "SKU_Condition") // so far
    so good
    // get dom of the extension html form and assign the sku
    cond to the input field value
    /* why doesn't this code work?
    var formInput = document.getElementsByTagName("input");
    for ( iter = 0; iter < formInput.length; iter++)
    if (formInput[iter].name == "sku_cond")
    formInput[iter].value = skuCondMeta[counter].content;
    /* instead, I have to do this */
    for ( iter = 0; iter <
    document.getElementsByTagName("input").length; iter++)
    if (document.getElementsByTagName("input")[iter].name ==
    "sku_cond")
    document.getElementsByTagName("input")[iter].value =
    skuCondMeta[counter].content;
    Thanks for the help!
    -Scott

    I'm trying to use a calendar in my jsp pages. The code
    of that calendar is in a js file and is writen in
    JavaScript. I call the function from a html tag:
    <input type="text" name="date" id="date">
    Click
    here to enter a date
    In the js file there is a function
    show_calendar(textfieldname, dir)
    and lines
    var txtboxObj = textfieldname;
    and
    document.getElementById(txtboxObj).value =
    getdate(d,m,y);
    My problem now is that when I use Netscape 7.01 the
    calendar is not passing data to the input field in the
    parent window and I get the message:
    Error: document.getElementById(txtboxObj) has no
    properties
    In IE it is working with no problems.Obviously a JS problem. Go to a Javascript forum. You will be more likely to find people who know.

  • Since I updated my pages to 5.01, I can't open documents created on my iPad today. It says you need a new version of pages to open document.  (My computer says it is installed).  Has any one encountered this?

    Since I updated my pages to 5.01, I can't open documents created on my iPad today. It says you need a new version of pages to open document.  (My computer says it is installed).  Has any one encountered this?

    Well, here's what I found out that works for me...
    I had a Pages icon on my dock, and launching it brought up version 4.3.  But I went to my Apps folder and found the new updated icon there and when I launced that it brought up version 5.01.  So apparently the Apple update process left two versions launchable on my iMac.  Weird...
    Rocketman

  • Pages on my iPad3 has become very slow to open documents after upgrading to ios7. I've clicked on a folder 5 minutes ago and am still waiting. The work-around seems to be to force-close it, but I've needed to do this many times in the last few days.

    Pages on my iPad3 has become very slow to open documents after upgrading to ios7.
    I posted on here about this a few weeks back and someone suggested force-closing Pages -- and that does indeed enable me to open things -- but I have had to force-close many times in the last 24 hours, which is worrying. Are there any other suggestions?
    I am sometimes also finding that, when I have been writing something and then click on "documents" the screen goes blank, there is a wait of around a minute and then the same document is re-displayed, before clicking "documents" again lets me look at other documents -- which is a pain if I am trying to move between documents repeatedly. Again, words of wisdom on this would be great.
    Pages under iOS6 opened quickly, and there was an immediate loss of performance when I upgraded. I am finding this very frustrating because I don't feel that the new Pages has added to the facilities I was using, but a slowness to open documents is frustrating.
    Thanks
    Mark

    Pages on my iPad3 has become very slow to open documents after upgrading to ios7.
    I posted on here about this a few weeks back and someone suggested force-closing Pages -- and that does indeed enable me to open things -- but I have had to force-close many times in the last 24 hours, which is worrying. Are there any other suggestions?
    I am sometimes also finding that, when I have been writing something and then click on "documents" the screen goes blank, there is a wait of around a minute and then the same document is re-displayed, before clicking "documents" again lets me look at other documents -- which is a pain if I am trying to move between documents repeatedly. Again, words of wisdom on this would be great.
    Pages under iOS6 opened quickly, and there was an immediate loss of performance when I upgraded. I am finding this very frustrating because I don't feel that the new Pages has added to the facilities I was using, but a slowness to open documents is frustrating.
    Thanks
    Mark

  • My adobe acrobat XI Pro has been constantly freezing when I open documents.

    My adobe acrobat XI Pro has been constantly freezing when I open documents. I've uninstalled and reinstalled the program, changed some settings based on community threads, nothing is working. I have to close the document, open it back up and wait at least 60 seconds before I can do anything. I use Adobe pdfs for everything this is very bad. I am using MS Office 365, and Adobe CC on Windows 8.1.

    Hi Kate,
    Please refer to this KB doc. for the solution Application, file icons change to Acrobat/Reader icon
    Let me know if the issue persist.
    Regards,
    Aadesh

  • I  am getting the error code, "error opening document, please try agailater" when clicking on the application link from a website. The form was working properly but stopped. What happened?.

    My form was working properly but today, 20 June, an applicant clicked on the website link and got an error that says, "error opening document, please try again later". How can this be fixed?

    Is this a FormsCentral form?

  • Oracle forms 6i designer has stopeed working when opening canvas?

    forms 6i
    Hi to all,
    i have facing one problem when opening form canvas.i get the error message like this "oracle forms 6i designer has stopeed working".
    any one help please
    Regards,
    Stevie

    Hi
    no os no db version not enough information ..!
    Pls try to send adequate information Pls& look at the following thread this might help
    connecting form 6i  to oracle database 10G express edition
    Amatu Allah

  • Can you activate a message to show when you open a document but someone else has already has it open?

    Can you activate a message to show when you go to open a document that someone already has the document open?

    We are using Dropbox application.
    Documents are word documents.
    Two users can open the same word document at the same time and both users can make amendments simultaneously without realising.  This then creates a conflicted copy in Dropbox.
    We would like to activate a message so if a user has a word document open and another user attempts to open it they receive a notification advising it is already in use.
    Hope this helps.
    Thanks

  • TypeError: document.getElementById("cf_debug") has no properties

    Anyone have any idea what this might mean?
    TypeError: document.getElementById("cf_debug") has no
    properties
    I was running attempting to use the Spry.Effect.AppearFade
    and that popped up.
    Thanks.

    Hmmmm. I transferred to the production box and all is
    working.
    Stupid question, because I didn't read all the documentation,
    however does requests such as
    http://test.p.org/myfile.cfm
    cause spry to break down? Does the test. or any prefix cause
    problems for spry?

  • JHeadstart 10.1.2 (27): Error: form.resetBreadcrumbs has no properties

    I have generated master-detail-detail pages (JSP) with a global header. But when I click the link in the header I get a Javascript error saying:
    Error: form.resetBreadcrumbs has no properties
    Source File: http://10.17.21.128:8988/RBSAbos-context-root/jheadstart/form.js
    Line: 1873
    It seems a form is not loaded. I have tried to generate the pages with and without the breadcrumbs option but I keep getting this error.
    Can someone help me with this?

    Paskal,
    I cannot reproduce this error. But I think it might be caused by an old version of routerForm.jsp. Can you check that the following line is included in routerForm.jsp:
    <input type="hidden" name="resetBreadcrumbs"/>
    If it is not, something probably went wrong during your migration from 10.1.2.0 to 10.1.2.1. Make sure you remove all .jsp files from the /common directory (make a backup first), and remove all .jjt files as well. When you then generate again, the 10.1.2.1 version of these files will be copied to your file system.
    Steven Davelaar,
    JHeadstart Team.

  • IWorks has disappeared. How can I open documents saved as Word 97 from Pages stored on Dropbox?

    iWorks has disappeared.  How can I open document saved as Word 97 through Pages stored on Dropbox?

    Thanks but I don't think this will help. Like I said, all of my add-ons were working fine and compatible until after running a previous version of FF. I am sure they are still compatible, but they are not working at all.
    I even checked my profile folder and all of the extensions' data is all still there but FF5 is just not reading it correctly. (like adblock plus... I see the folder for it but FF5 doesn't have it on the add-on manager page when I run FF5)

  • Want to use "Open Document"  PR link on customized form....

    I developed customized form and register in ERP. Now, the requirement is to view Purchase requisition by click on button as Oracle provide in
    "Notification Summary" => "Open Particular Notification"=> "Open Document"
    then it load JInitiator or JRE and open Notification PR or PO..
    Is it possible to use this option on customized form, if yes than how?
    Edited by: user9092987 on Sep 25, 2010 4:15 AM

    gavy81 wrote:
    >
    quote:
    Originally posted by:
    K0rrupt
    > First give your vote button a name. Then inclose it in a
    <cfif>.
    > For example....
    >
    > <cfif IsDefined "button_vote">
    >
    > Insert script here
    >
    > <cfelse>
    >
    > <form action="process_quickpoll.cfm" method="post"
    name="Poll">
    >
    > <cfoutput query="Question" group="QuestionID">
    > <input type="hidden" name="QuestionID"
    value="#QuestionID#">
    > </cfoutput>
    > <input type="submit" name="button_vote"
    value="Vote">
    > </form>
    >
    > </cfif>
    >
    > You can make the popup window here:
    >
    >
    http://www.dynamicdrive.com/dynamicindex8/popwin.htm[/q
    >
    >
    > Thanks but what i should enter in the after <cfif
    tag>
    >
    > insert code here
    >
    > should i use <cflocation tag> for this or what..
    >
    >
    i think he means to replace the "Insert script here" with
    actual code
    for processing submitted info. you MUST give your submit
    button a valid
    NAME (as in name="somenameforyoursubmitbutton"), otherwise CF
    will not
    be able to see the button in the submitted form fields and
    the <cfif
    isdefined("form.somenameforyoursubmitbutton")> will not
    work...
    your code for processing form submission may include things
    like
    - storing submitted info in a db table
    - performing calculations
    - a multitude of other things
    if in your popup window you want to show someting like
    current vote
    standings, then you will probably store the submitted vote in
    a db or
    some scoped variable, then calculate current vote standings,
    and then
    display that info in your popup. in that case you can just
    add
    target="_blank" inside the <form> tag to open the
    action page in a popup.
    Azadi Saryev
    Sabai-dee.com
    Vientiane, Laos
    http://www.sabai-dee.com

Maybe you are looking for