WEB Form Error (help!!!)

When I run forms on the web ,
when i move the cursor in the data block ,
the following errors occurred occasionally .
---<errors details>--------------------------
FRM-99999:A network error occurred,the client will not be able to continue
Detail...
Java Exception:
Java.lang.StringIndexOutOfBoundsException:String index out of range:5
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Compiled Code)
at jaba.lang.RuntimeException.<init>(RuntimeExceoption.java:50)
Because of this error , I can not deploy my application on the web .
Can anyone help me to solve this problem , Thanks a lot !!!
null

Which product do you use to pus forms on the web ?

Similar Messages

  • Web form Error Number:-2147467259

    Dears,
    i'm facing the below error when running a web form
    Error Number:-2147467259
    Error Description:Unspecified error
    Error Source:msxml6.dll
    Page On which Error Occurred:/hfm/data/webformgenerated.asp
    would you please adivse.
    Thanks.

    The response buffer size of IIS Server has to be increased. Execute the below steps in HFM Web server:
    - Go to Start > All Programs > Oracle EPM System > Foundation Services > EPM system Configuration.
    - Select Configure Web Server under Financial Management > Configure IIS for Financial management Web Application > Click on Advanced Options.
    - Change the "Response Buffer Size to 1073741824 > OK > Next > Finish the configuration.

  • E-mail signup web form - Error message

    My index page has a newsletter signup web form. The workflow attached works, but when a user enters their e-mail and clicks "submit" they get an error message. I used a bc gurus template and this is the one thing I cannot find, how to change the link of the submit button or fix the confirmation. url is thesoleconnectionllc.com
    I'm stumped, help would be greatly appreciated!!
    Thanks

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • ASP Web Forms Error: Session state can only be used when enableSessionState is set to true

    Hello,
    I am developing a custom application page for a custom Web Forms I am creating, which I plan on using for custom task form into SharePoint 2010 Foundation.
    Currently, I am trying to test it in Debug Mode using Visual Studio 2010 but when I am trying to use Sessions I get the error:
    Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included in the <configuration>\<system.web>\<httpModules> section in the application configuration
    I've already done this on trying to fix:
    On my page
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="TestForm.aspx.cs" Inherits="TestForm" EnableSessionState="True" %>
    And on my web.config
    <pages enableSessionState="true">..<httpModules>
    <remove name="Session" />
      <add name="Session" type="System.Web.SessionState.SessionStateModule, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
    </httpModules>
    Note: I am getting an error when I try to add <module> into web.config
    ASP .NET State Service is currently running.
    And the part where it keeps error is when in PageLoad, I try to set a List object something like this:
    List<object> myobject
    get
    if (Session["object"] == null)
    Session["object"] = new List<object>();
    return Session["object"] as List<object>;
    set
    Session["object"] = value;
    protected void Page_Load(object sender, EventArgs e)
    myobject= new List<object>();
    BUT the error still persists! I also try to restart IIS but still the error still happens.
    I am running out of ideas so can you help me out?
    Thank you!

    Could be your skype intercepting your requests at 80 port, in Skype options uncheck
    Or Your IE has connection checked for Proxy when there is no proxy
    Or your fiddler could intercept and act as proxy, uncheck it!
    Solves the above problem, It solved mine!
    HydTechie
    HydPhani

  • BPM 11.1.1.7 Oracle Web Forms Error

    Hi,
    I have successfully installed Oracle BPM 11.1.1.7 on 32 bit Window machine.
    Under BPM Composer, when I tried to create new Web Forms(follows BPM Composer User Guide- Chapter 3), I am getting this error message:
    Error getting form: LeaveRequestForm
    Caused by: Could not instantiate form: got wrong status=500
    Is anyone have any clue- How to rectify this error message ?
    Regards,
    RS

    The error you are getting is because you are using "localhost". Change it to the fully qualified machine name. When invoking Composer, most of us are in the habit of not fully qualifying the machine's name in the URL. For example, the URL http://localhost:7001/bpm/composer will be used to invoke Composer from a browser on the same machine that WebLogic is running or http://MachineName:7001/bpm/composer to invoke it when WebLogic is running on a machine named "MachineName".
    If you plan to use the Web Forms Designer feature in Composer, you now instead must fully qualify the URL with the full machine's name when you invoke Composer (e.g. http://MachineName.SomeDomainName.com:7001/bpm/composer or if you are using an Amazon EC2 instance http://ec2-50-19-167-0.compute-1.amazonaws.com:7001/bpm/composer).
    More than you wanted to know, but another change I believe that you will likely have to make is to change the WebLogic settings for the domain. When creating the WebLogic domain for Oracle BPM, the "Listen Address" and "Frontend Host" fields are left blank by default. While this does not cause an issue when you're in development normally, when using Composer's Web Forms Designer tool these fields need to be set to the fully qualified name of the machine.
    1. Backup the current config.xml file in the <WebLogic domain home directory>\config directory before doing the next step.
    2. In the WebLogic Administration Console expand Environment -> click Servers -> click the server's name -> with both the Configuration and General tabs selected, enter the fully qualified name of the machine where WebLogic is running (e.g. machineName.someDomain.com) in the Listen Address field -> click Save.
    3. Next, enter this same text into the Frontend Host field by clicking the Protocols tab -> click the HTTP tab -> enter the fully qualified name of the machine in the Frontend Host field -> click Save. Finally, be sure to stop and restart the WebLogic domain after making these two changes.
    After you have changed these two fields, you will no longer be able to use localhost in the URLs to invoke Composer, the Workspace, Enterprise Manager or the Administration Console and will instead need to use the fully qualified machine name in these URLs as well.
    Just another heads-up - you will also likely run another issue when you attempt to run Composer's Player. The role names in the processes cannot have any space characters or special characters. You will know that you've run into this issue when you see the error message:
    exception.70207.description: Action INITIATE on process Player/EmployeeOnboarding!1.0*soa_5eba8a37-486e-4451-a714-78912aad9fa9/Process1 cannot be performed by <some user name>Although you are allowed to enter space and special characters (including the "_" character) into the names of the roles in Composer and in Oracle BPM Studio, the role names in the process cannot have any space characters or special characters if you plan on running the process in Composer's Process Player.
    Hope this gets you going,
    Dan

  • Web Form Errors?

    Hi, sorry if this is in the incorrect section, couldnt find one specifically tailored to web forms.
    I am attempting to edit the content of a web form. When laying out the design of the form in the web form editor, the html  is not being updated with the changes I make. (I understand that the form needs to be inserted into a page, I am refering to html generated by the form editor) Specifically, when I drag an input field up or down to rearrange the order. The input field will 'click' into place, and I get a message saying that the layout has saved. Everything looks fine until I check the html code, the changes are not updating. If I check back to the form editor, everything looks fine again (in the correct order.)
    I have tried everything I can think of, deleting and recreating the incorrect input fields, using the 'update' button at the bottom of the screen, etc.
    The one thing I have found to work is that if I insert the form into a page, then rearrange the misbehaving input fields in the page html. This has worked, but then I am running into another problem that the data collected is still out of order. When a form is submitted, everything is in the wrong order in the email recieved by our accounting. This makes it very hard for them to sort it out and use the data.
    I have noticed that each 'custom input" field has a unique number, possibly it sorts them according to this?
    Thanks for the help!

    Web forms can be inserted into the page as html or as a module. If as the html the edits and changes you do there will only be there. Anything done differently in the admin will not appply to that for in terms of its layout.
    In the admin you have two things. Customise web form which runs updated changes so if you add as a module then what you change there will update in the module.
    The other, the get html is just a static non changing raw html source output which is there to be used if you were giving someone the working code for that form to be on a different website.
    If you are viewing that this will never change.
    In terms of what you see in the admin and the form order.. If you make ANY changes to the html of a form the system will not try and take control of the source of the form so the ordering will not change. This is for you to do in the html yourself if you want custom modifications to that form.

  • Planning Web form error

    Hi
    We are using Planning 11.1.2. We have web forms build. When we try to edit web forms to change substitution variables it gives error. When we cleck on Variables tab in Member Selection window error pops up something like below.
    ["BDNYScenario=Budget","","",0,false,1,false,false,1,-1,"isSV"],
    Any idea what could be wrong.
    Thanks
    Shyam

    The reason is that the substitution variables in EAS are set with double quotes. Change the values to remove the double quotes around the values. Restart the Planning service.
    Refer: Error when Selecting Variables in the Form Member Selection (Doc ID 1267931.1) in MOS.
    HTH-
    Jasmine.

  • Planning web form error "This form contains unsaved data. Select OK to cont

    I've got a user that suddenly gets an error on a planning web form. She opens the form and enters data but when she tries to submit gets the following error “This form contains unsaved data. Select OK to continue without saving data, or Cancel to discard operation” and then it takes her back to the blank form. This form worked for her yesterday but not today. She has tried shutting down hyperion, even rebooting her machine but no luck. Any ideas?

    Hi,
    Make sure scripting isn't disabed in hte web browser.
    Regards,
    Robb Salzmann

  • Web-form errors/Its urgent

    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    Why above error occues in folllowing form:
    <div class="mid-container col2-left-layout" id="rowan" rel="pay">
    <div class="col-1">
    <div class="div-0ne">
    <div class="para-col1">
    <p><span>Rowan</span></p>
    <p><span>Document Solutions</span></p>
    <p> is a family-owned, recognized </p>
    <p> leader in ROI, document scanning</p>
    <p> and records</p>
    <p>management for the</p>
    <p>medical industry. </p>
    </div>
    <div class="free-quote"><img alt="" src="img/get-free.png" /> </div>
    </div>
    <div class="border-document">
    <div class="img-document">
    <img alt="" src="img/document-scan.png" />
    </div>
    <div class="para-document">
    <p>Document Scanning &amp; Records Management </p>
    </div>
    <div class="clr"></div>
    </div>
    <div class="border-document">
    <div class="img-document-circle">
    <img alt="" src="img/circle-img.png" />
    </div>
    <div class="para-document-roi">
    <p>ROI </p>
    <p>Release of Information) </p>
    </div>
    <div class="clr"></div>
    </div>
    <div class="border-document-new">
    <div class="para-document-roi-nr">
    <img alt="" src="img/trangle.png" />
    </div>
    <div class="para-document-recordes">
    <p>Request Your Records </p>
    <p>&amp; Pay Online </p>
    </div>
    <div class="clr"></div>
    </div>
    </div>
    <div class="col-2">
    <div class="about-documnett">
    <h1>PAY ONLINE </h1>
    </div>
    <div class="clr"></div>
    <div class="experience-h">
    <div class="payonline">
    <p class="para"> Have you received invoice from Rowan Document Solutions? You can securely pay on line and also retrieve the requested records online.</p>
    <p class="para">Just enter the requested information below exactly as shown on your Rowan Document Solutions invoice:
    </p>
    </div>
    <form name="catwebformform10549" method="post" onsubmit="return checkWholeForm10549(this)" enctype="multipart/form-data" action="http://rowan.creativeimagewebsites.com/FormProcessv2.aspx?WebFormID=29207&OID={module_oid}&amp;OTYPE={module_otype}&amp;EID={module_eid}&amp;CID={module_cid}">
        <table cellspacing="0" cellpadding="2" border="0" id="paytable" class="webform">
            <tbody>
                <!--- <tr>
                    <td><label for="Title">Title</label><br />
                    <select class="cat_dropdown_smaller" id="Title" name="Title">
                    <option value="1559314">DR</option>
                    <option value="1559313">MISS</option>
                    <option selected="selected" value="1559310">MR</option>
                    <option value="1559311">MRS</option>
                    <option value="1559312">MS</option>
                    </select></td>
                </tr>
                <tr>
                    <td><label for="FirstName">First Name <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="FirstName" name="FirstName" /> </td>
                </tr>
                <tr>
                    <td><label for="LastName">Last Name <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="LastName" name="LastName" /> </td>
                </tr>
                <tr>
                    <td><label for="EmailAddress">Email Address <span class="req">*</span></label><br />
                    <input type="text" maxlength="255" class="cat_textbox" id="EmailAddress" name="EmailAddress" /> </td>
                </tr>--->
                <tr>
                    <td><label for="CAT_Custom_131280">INVOICE NUMBER:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131280" id="CAT_Custom_131280" class="new-put" /></td>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131281">ORGCODE/PO NUMBER:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131281" id="CAT_Custom_131281" class="new-put" /></td>
                    <td> </td>
                </tr>
                <tr>
                    <td><label for="CAT_Custom_131282">PATIENT'S LAST NAME:</label></td>
                    <td>
                    <input type="text" size="30" maxlength="100" name="CAT_Custom_131282" id="CAT_Custom_131282" class="new-put" /></td>
                    <td> </td>
                </tr>
                <!--<tr>
                    <td style=""> </td>
                    <td><input type="image" id="catwebformbutton" value="Submit" class="cat_button" src="/img/get-free.png" /></td>
                </tr>-->
            </tbody>
        </table>
        <script type="text/javascript" src="http://rowan.creativeimagewebsites.com/CatalystScripts/ValidationFunctions.js"></script>
        <script type="text/javascript">
    //<![CDATA[
    var submitcount10549 = 0;function checkWholeForm10549(theForm){var why = ""; if (theForm.CAT_Custom_131280) why += isEmpty(theForm.CAT_Custom_131280.value, "INVOICE NUMBER");if (theForm.CAT_Custom_131281) why += isEmpty(theForm.CAT_Custom_131281.value, "ORGCODE/PO NUMBER");if (theForm.CAT_Custom_131282) why += isEmpty(theForm.CAT_Custom_131282.value, "PATIENT'S LAST NAME");if(why != ""){alert(why);return false;}if(submitcount10549 == 0){submitcount10549++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
        <div class="payonline">
        <p class="para"><input type="image" src="/img/get-free.png" class="cat_button" value="Submit" id="catwebformbutton" /></p>
        </div>
    </form>
    </div>
    </div>
    </div>
    <div class="clr"></div>

    I am adding a form for the first time. I created a web form and I am using the code to adjust an existing form:
    <code>
    <form name="catwebformform81533" method="post" onsubmit="return checkWholeForm81533(this)"
                enctype="multipart/form-data" action="http://domain.businesscatalyst.com/FormProcessv2.aspx?WebFormID=74594&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}" id="form">
      <div class="span4">
    <input type="text" name="FirstName" id="FirstName" class="cat_textbox" maxlength="255" value="ingevuld"/>
    <input type="text" name="LastName" id="LastName" class="cat_textbox" maxlength="255" value="ingevuld" />
      <div class="field">
      <label>Name:</label>
      <input type="text" name="name" value="" id="name"/>
      </div>
      <div class="field">
      <label>Email:</label>
      <input type="text" name="email" value="" id="email" />
      </div>
      <div class="field">
      <label>Subject:</label>
      <input type="text" name="subject" value="" name="CAT_Custom_343661" id="CAT_Custom_343661" />
      </div>
      </div>
      <div class="span4">
      <div class="field">
      <label>Message:</label>
      <textarea rows="7" name="CAT_Custom_343660" id="CAT_Custom_343660"
                        onkeydown="if(this.value.length>=4000)this.value=this.value.substring(0,3999);"></textare a>
      </div>
                    <div class="field">
      {module_recaptcha}
                    </div>
      <div class="submitbutton clearfix">
      <input type="submit" value="Send Your Message" class="m-btn red rnd right"/>
      </div>
      </div>
                    <script type="text/javascript" src="http://domain.businesscatalyst.com/CatalystScripts/ValidationFunctions.js">
                    </script><script type="text/javascript">
    //<![CDATA[
    var submitcount81533 = 0;function checkWholeForm81533(theForm){var why = "";
    if (theForm.email) why += checkEmail(theForm.email.value);
    if (theForm.CAT_Custom_343661) why += isEmpty(theForm.CAT_Custom_343661.value, "Subject");
    if (theForm.CAT_Custom_343660) why += isEmpty(theForm.CAT_Custom_343660.value, "Message");
    if(why != ""){alert(why);return false;}if(submitcount81533 == 0){submitcount81533++;
    theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
      </form>
    </code>
    As you can see the FirsName and LastName have been added. I do still get the same error that I need to insert the form again. What am I missing here?

  • WPC web form error...

    Hi all,
    I am new to WPC and i am trying to create sample  DropDownList wpc editor component that will be shown in the custom web form properties. When i try to open the custom web form i am getting the below error.
    Exception ID:11:29_01/10/09_0012_109903950
    [EXCEPTION]
    com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : com.sap.nw.wpc.designtime.EditorTool
    Component class : com.sap.nw.wpc.editor.EditorTool
    User :******
         at
    Caused by: java.lang.NullPointerException
         at com.sap.nw.wpc.editor.EditorBean.updateDocumentFromContext(EditorBean.java:324)
         at com.sap.nw.wpc.editor.EditorBean.getPreview(EditorBean.java:600)
         at pagelet.editor._sapportalsjsp_editor.subDoContent(_sapportalsjsp_editor.java:1802)
         at pagelet.editor._sapportalsjsp_editor.doContent(_sapportalsjsp_editor.java:58)
         ... 43 more
    Please advise where i went wrong.
    Thanks in advance,
    Vasu

    Even I also having same problem. what ever u got the error message I am also getting it.
    I found this forum but no where i found the solution and thread is showing Answerd. could you please share the solution.

  • Web Form Error

    I'm having a promblem on our simple quick contact form
    We are getting this when submitting... but before it was ok
    ERROR: An error occurred while processing credit card
    here's the link to our site
    http://www.jdteterlaw.com/
    test the rRequest Consult form
    Thanks

    Hi Dave Blubaugh,
    To expand further on what I mentioned in my previous post; when a web form is created within the admin console, the 'Anti-bot Fraud Protection' module is now included by default. This module is not used to verify Credit Cards - what this module does is create a hidden input field (i.e. a honeypot) for that form. Therefore, if this hidden field is populated, an error will be returned. This is due to the fact that spam bots usually populate all fields as sometimes they cannot differentiate between whether a field is hidden or not - it is used as a preventive measure to reduce spam.
    Now the confusion here is that the error returned is “ERROR: An error occurred while processing credit card”. This is because the feature was originally introduced for the online shop. As mentioned in my previous post, there is a bug logged where we have requested to update this error message to something more generic as this module is now used across all web forms. I suspect this update will be rolled out with our next release, however at the moment this is not something I can guarantee.
    There have also been reports of this error being triggered randomly, yet this is not something we can replicate. Please note that if you use a tool to auto-populate the web form’s fields, this will populate the hidden ‘honeypot’ field causing the error to be thrown. If you do believe that the error message is being thrown incorrectly, I will need you to submit a case directly to support so we can investigate this.
    I hope this clarifies things and additional information on this feature can be found in the following document: http://forums.adobe.com/docs/DOC-2882.
    To answer your questions directly, yes, the 'Anti-bot Fraud Protection' module does render the {module_ccsecurity} module tag. When the form is viewed live, that module tag then renders the ‘honeypot’ field.
    The module tag {module_error} itself cannot be modified. But you can modify the layout this tag resides in as well as the template assigned to this layout. Therefore, effectively you can assign a different template to this layout that does not include the breadcrumbs module. You can modify this layout via Site Manager > System Pages > General.

  • Web Form Error Message

    I have a very large collection form although it only has 14 "Required fields
    When I press submit, I get a new page with the following message -
    ERROR: An error occurred. Your web form must capture customer name and email address. Please fix this issue and re-insert your web form on your web page.
    Name and email are definitely there, and I have tested every field and submitted data.
    However if I enter just my name and email address, then all the other required fields are ignored.
    I cut down the code to only include the fields that are important to check - same result
    here it is
    <script type="text/javascript" src="http://propertywealthpartners.businesscatalyst.com/CatalystScripts/ValidationFunctions.js"></script>
                <script type="text/javascript">
    //<![CDATA[
    var submitcount75734 = 0;function checkWholeForm75734(theForm){var why = "";if (theForm.FirstName) why += isEmpty(theForm.FirstName.value, "First Name");if (theForm.LastName) why += isEmpty(theForm.LastName.value, "Last Name");if (theForm.EmailAddress) why += checkEmail(theForm.EmailAddress.value);if (theForm.HomeAddress) why += isEmpty(theForm.HomeAddress.value, "Home Address");if (theForm.HomeCity) why += isEmpty(theForm.HomeCity.value, "Home City");if (theForm.HomeState) why += isEmpty(theForm.HomeState.value, "Home State");if (theForm.HomeZip) why += isEmpty(theForm.HomeZip.value, "Home Zipcode");if (theForm.HomeCountry) why += checkDropdown(theForm.HomeCountry.value, "Home Country");if (theForm.CellPhone) why += isEmpty(theForm.CellPhone.value, "Cell Phone Number");if (theForm.CAT_Custom_19946743) why += isEmpty(theForm.CAT_Custom_19946743.value, "Your Age");if (theForm.CAT_Custom_19946749) why += checkDropdown(theForm.CAT_Custom_19946749.value, "Marital Status");if (theForm.CAT_Custom_19946750) why += checkDropdown(theForm.CAT_Custom_19946750.value, "Living Arrangements");if (theForm.CAT_Custom_19947405) why += isEmpty(theForm.CAT_Custom_19947405.value, "What would you like to discuss at our first meeting?");if (theForm.CAT_Custom_19947406) why += isEmpty(theForm.CAT_Custom_19947406.value, "What would you like to achieve in the next 5 years.");if (theForm.CAT_Custom_19948331) why += checkDropdown(theForm.CAT_Custom_19948331.value, "Please read and consent to our use of your information as per our Privacy Statement");
    if(why != ""){alert(why);return false;}if(submitcount75734 == 0){submitcount75734++;theForm.submit();return false;}else{alert("Form submission is in progress.");return false;}}
    //]]>
    </script>
    I checked it against another smaller form, which is working but can't see any difference between the first few lines and last lines.

    It is a module inserted basic implementation.
    It allows for drag and drop ordering which will update the form and any changes and new additions will update the form - which is what is happening in your case.
    ID's etc changing have no baring on what is happening.
    But what your saying... I am not sure your seeing what your saying. Even in this case I do can not replicate what your doing.
    This is a test form:
    The ID is - CAT_Custom_19956061
    I can edit auto responder, I can add new fields, I can save and update the form in the admin, go into another part of the admin and come back - the ID for this field NEVER changes. The Script ID etc in the html of course updates if I make changes this never changes.
    The ONLY way this changes is if I delete and remake the field.
    So you need to make a BC support ticket. Your either doing something critical like removing and re-adding the form fields and not stating that here or, for what ever reason on that site only there is an issue.

  • Web Form Error.., please help !?

    Hi all,
    i try to load Form via Web (IE 6), i have error like this :
    load : class oracle.forms.engine.Main not found
    I use Oracle 8i, Dev 6i(patch 5) and WebDB 2.2
    please help me, how to solve it.
    Thank
    Regard
    Teguh S

    hi Shay,
    Thank you for your help.
    you are right. i forget to add Direktory Mapping for Forms java files.
    Regards
    Teguh S.

  • Web gallery error help

    Hello all:
    I have a friend running PSCS3. on a macbook pro laptop. When he goes to builkd a web gallery and chooses the images, he creates a folder on the desktop and names it (not the same name as the source folder). When h clicks ok he gets an error message that says:"Please choose a destination folder outside the source folder". he has built hundred of galleries and this just started.
    He only had 4 gb of HD space left so he cleaned off a lot of stuff (12gb now) and it seemed to work ok for 3 or 4 galleries, but now he is getting the message again. Any idea how to solve this?
    Thanks,
    Chip Mitchell
    http://www.chipmitchell.com

    It looks like you are trying to include a copy of "SpryWidget.js" hosted on another person's website. However, it appears that person has removed this file from their server. (If you check the link, it goes to a web page, instead of opening the JavaScript file.)
    Recommend that you put a copy of this file on your website, and then update the src attribute in your script tag to point to your own copy of this file.
    If you do not already have a copy, you can obtain this file from here: https://github.com/adobe/Spry

  • Implement get_file_name for web forms: SOME HELP PLS

    Hi ppl,
    Anyone used the code in note 74140.1 as regards to the implementation of get_file_name for webforms? Because I got stuck.
    Till now I managed to complie the FDialog and FDialogPJC java source and the classes are stored in the /oracle_home/forms60/java. Then I created a form with a block having two items namely, the text item and the bean area/ Then I created the WHEN-CUSTOM-ITEM-EVENT trigger. I'm a bit perplexed of where do I have to put the trigger that brings up the FileDialog. What else do I have to do to test this java bean. Till now nothing happens. I'm using Forms 6i and I never used Java Beans with Form Builder.
    Thanks a lot for your help,
    Cheers
    Marija

    Look at some of the samples on OTN and follow what they do. The examples are mostly for Oracle9i Forms, but it should still help you figuring it out for Forms 6i.
    Regards,
    Robin Zimmermann
    Forms Product Management.

Maybe you are looking for

  • How do I get mirroring enabled on my MacBook Pro - 10.7.5 OSX

    I've a mid-2012 MacBook Pro with OSX 10.7.5 and a new Apple TV.  All works except for mirroring on the Mac.  It works on my iPhone 4S, my iPad Mini, but when I try to hook up with the MacBook Pro, none of what is supposed to be there - icon in top me

  • Help! DVI to VGA Adapter freeze mein Mac

    Hallo, ich have yesterday bought a DVI to VGA Adapter. I connect my Macbookpro 15 to my PC Monitor a NOKIA 446Xpro Multigraph. Everything looks fine, but when everytime my Mac goes to sleep mode and back to activ again it said no Signal and my Mac Fr

  • Pricing condition type and the procedure it belongs to

    Hello Experts, Pricing is found in basic function in spro. Under this we maintain the condition types. But how does the SAP system know for which pricing procedure a condition type belongs? Is a condition type uniquely usable by 1 pricing procedure o

  • Can't install Share Online 3.0 update on N95-4!

    Hello, I am trying to install the Share Online 3.0 update on my N95 8GB NAM (N95-4), and no matter what I try it doesn't work. When I try to install it, I get the error message "Unable to install. Component is built-in". I also tried a hard reset, an

  • Can I get a unlocked iPhone 5 in the store

    Can I get a unlocked iPhone 5 in the store in USA