Reloading the Web Form....

I am able to run Oracle Forms 5.0(Dev 2.1) on the web with
JInitiator. But I have observed one thing.
- When I'm done with the form, I click on the menu,
'Action' and then 'Exit'. This brings me back to
the browser. When I tried clicking 'REFRESH' on
the browser, the Form never comes out again. I
still have to close down the browser and open it up
again and call my web form.
Is this a normat behavior? Is there another way I can reload
the web form without exiting the browser?
Thanks,
Chris
null

sumant14 wrote:
So here I got couple of questions.
1) What if I create new instace everytime, will that cause any trouble in the memory point-of-view? i.e. load trouble?If you create just ONE object occasionally? Don't waste your time worrying about that. Unless you're doing this thousands of times each second.
2) What is the difference between 2 nd step in each scenario ? I can't get the exact difference.The first one just gets the properties file from the classpath. The second one is a bizarre hack which might do the same thing, or it might fail in certain circumstances.

Similar Messages

  • Is there a way to customize the web form link in Adobe FormsCentral?

    The dedicated link has a quite complicated address, not easily added to brochures to hand out.  Is there a way to customize the web form link in Adobe FormsCentral?

    It cannot be customized. The workaround is to create your own web page and embed our form into it. That way they only see your URL.
    Randy

  • Getting error while trying to open the web forms in classic planning app

    hello,
    I am new to OTN forum. can someone please help me to resolve my issue in classic planning application.
    i have created two web forms in classic planning . but while i am trying to open the web forms ,its showing the error like
    the" data form Report1(Report name) is invalid. Check log for details.
    i have checked the log file also but was not able to understand the errors.
    Before this i have tried lots of things to make this issue fixed like updated JVM size then in task manager i have checked the memory usages for process .
    but these were not helpful to solve.
    Kindly anyone suggest me the solution.......

    It is probably worth refreshing the metadata to see if that fixes the problem; error message might indicate that the form has members on that have not yet been passed to Essbase.
    You dont give the version you are using, but for v11.1.2.1 you do this through Workspace, menu options Administration/Application/Refresh Database - tick Database and Refresh. Its advised that you back up your Outline and data before refreshing.
    Hope this helps.
    JB

  • Sorry, we could not complete the operation. Please try again later or reload the web page

    I am a bizspark member and wanted to signup for Azure. 
    I did phone verification part and when I sign up I get this error 
    Sorry, we could not complete the operation. Please try again later or reload the web page
    Same happened with my colleagues ones too. But 2 invites got accepted after reloading the webpage for 100+ times. I am loosing my patience here. I have seen others getting this error as well. Do you guys have any idea how irritating this is? Azure support
    is also not responding properly. Its a big headache for developers like us. 
    When will you solve this issue? And I want an correct explanation why this error occurs. Don't tell me to clear cookies and cache. I've done everything. Tried different browsers. 

    Hi,
    It seems there is something wrong with your sign up process, sorry for the inconvenience, this is technical forum, the account issue is out of our range, please follow steps below to contact with azure support, it's a best choice for you.
    Get the support channel at:
    http://www.windowsazure.com/en-us/support/options/
    If you have any other concern, please feel free to let me know.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why can I not open the web form link in ms outlook

    I copied a link to my web form to ms outlook recipients.  They cannot open the link.

    Are all the recipients using Outlook?  Which version?  Can they open any other web links from Outlook?   Could you send me a copy of the form link to [email protected]?

  • How can I use the global varialbes in the Web Form Server?

    When I migrate the Form5 to Form6i and deploy the form into WEB, I encounter a problem. In Form5, I use a form to call all the functions forms and process the login. So, the functions forms can get the login user's information by :Global variable. Now, in Web method, I use a jsp to process the login and functions hyperlinks, and the problem is how can I build a global variable in jsp and access by form in form server?
    Thank you very much!

    Nested tables are not supported in Forms 6i, only simple object tables.

  • Help!!! network error on the web form

    When I run forms on the web ,
    the following errors occurred occasionally,
    and I don't know when and where this errors will occurr.
    Can anyone help me to solve this problem , Thanks a lot !!!
    ---<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)
    null

    Hi. XieMin dan Rkumarr
    I have same problem... I Make
    (OWAS 3.0 and Form 6.0) running in
    Windows NT 4.0 WoksStation..
    FRM-99999:A network error occurred, the client will not able to continue
    Details...
    Java Exception:
    java.net.SocketException: Connection reset by peer
    at java.net.SocketInputStream.read(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.fill(Compiled Code)
    at oracle.forms.net.EncryptedInputStream.read(EncryptedInputStream.java)
    at java.io.DataInputStream.readUnsignedByte(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Compiled Code)
    at oracle.forms.engine.Message.readDetails(Message.java)
    at oracle.forms.netStreamMessageReader.run(Compiled Code)
    Help me Please .. Thanks.. Alot of
    ( [email protected] )
    null

  • How do i fix the "web form must capture customer name and email address" error?

    Hi all,
    I have a webform that is submitting securely to the bc servers. I get the response:
    {"SystemMessage": { "success": False, "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." }}
    I have verified that the "FirstName","LastName","EmailAddress" are actually gettting sent with their corresponding values. I can't seem to figure out why i keep getting this error. Can someone please lend a helping hand?!? Thanks guys... here's my code:
    var rAction = 'https://site.worldsecuresystems.com/FormProcessv2.aspx?WebFormID=85886&OID={module_oid}&OTYPE={module_otype}&EID={module_eid}&CID={module_cid}&CC={module_urlcountryc ode}&Referrer={module_siteurl,true,true}&JSON=1';
    var rData = 'FirstName='+escape(fName.val())+'&LastName='+escape(lName.val())+'&EmailAddress='+escape (email.val())+'&Username='+escape(username.val())+'&Password='+escape(passwd.val())+'&Pass wordConfirm='+escape(passwd2.val())+'&BillingAddress='+escape(baddress.val())+'&BillingCit y='+escape(bcity.val())+'&BillingState='+escape(bstate.val())+'&BillingZip='+escape(bzip.v al())+'&PaymentMethodType='+escape(paymentMethodType)+'&CardName='+escape(cName.val())+'&C ardNumber='+escape(cNum.val())+'&CardExpiryMonth='+escape(expMonth)+'&CardExpiryYear='+esc ape(expYear)+'&CardType='+escape(cType)+'&CardCCV='+escape(ccv.val())
    $.ajax({
    type: 'POST',
    url: rAction,
    data: rData,
    success: function(msg){
    console.log('success');
    $('#result').html(msg);
    error: function(msg){
    console.log('error');
    $('#result').html(msg);

    Ok -- after testing this out a little on my own I think it must have to do with not properly serialzing the data you are passing in the ajax function.  In the example I linked to earlier they are just serialzing the form data and it works because it converts the data in the form's input fields to URL encoded notation.
    If you aren't using an actual form on your site to mimick the example I linked to then when building your "rData" string instead of using the "escape" function for each of the parameter values, you should be using the "encodeURIComponent" function instead which instead of escaping characters will convert it to URL encoded notation.  That's probably your issue. Here's more about encodeURIComponent(): http://www.w3schools.com/jsref/jsref_encodeURIComponent.asp
    Try this with the rData variable instead:
    var rData = 'FirstName='+encodeURIComponent(fName.val())+'&LastName='+encodeURIComponent(lName.val()) +'&EmailAddress='+encodeURIComponent(email.val())+'&Username='+encodeURIComponent(username .val())+'&Password='+encodeURIComponent(passwd.val())+'&PasswordConfirm='+encodeURICompone nt(passwd2.val())+'&BillingAddress='+encodeURIComponent(baddress.val())+'&BillingCity='+en codeURIComponent(bcity.val())+'&BillingState='+encodeURIComponent(bstate.val())+'&BillingZ ip='+encodeURIComponent(bzip.val())+'&PaymentMethodType='+encodeURIComponent(paymentMethod Type)+'&CardName='+encodeURIComponent(cName.val())+'&CardNumber='+encodeURIComponent(cNum. val())+'&CardExpiryMonth='+encodeURIComponent(expMonth)+'&CardExpiryYear='+encodeURICompon ent(expYear)+'&CardType='+encodeURIComponent(cType)+'&CardCCV='+encodeURIComponent(ccv.val ())

  • Reloading the Properties form config file

    the doubt is on reloading the properties without restarting the server...
    Earlier, I have a PropertyReader class which loads the properties from config file, here is the process I followed.
    1)Calling the getInstance() from out side, which test the local instance variable exist or not, if it exists, then skip the creating new instance, else create the object by calling the self Constructor. Here is the method
       public static PropertyReader getInstance(String fileName) throws IOException{
            if (instance==null){
                try {
                    instance = new PropertyReader(fileName);
                } catch (IOException e) {
                    throw e;
            return instance;
        }2) In the Constructor, I read the properties from the property file like the following.
        Properties props = new Properties();
        InputStream fileIn = null;
        fileIn = getClass().getResourceAsStream("/" + "ldap.properties");
        props.load(fileIn);In this scenario I can't access the modified properties until I restart the server.
    Now, I came to change the code to reload the properties with the following scenario.
    1) in my getInstance method, I skip checking the instance and just calling new objct every time.
       public static PropertyReader getInstance(String fileName) throws IOException{
            return new PropertyReader(fileName);
        }2) Even after this, I can't access the latest properties, then I change the code in the Constructor like the following .
           URL codebase = getClass().getProtectionDomain().getCodeSource().getLocation();
                String subPath = codebase.getPath().substring(0, codebase.getPath().indexOf("WEB-INF")+16);
                file = new java.io.File(subPath+"ldap.properties");
                fileIn = new FileInputStream(file);
                props.load(fileIn);Here it is, now I'll be able to get the latest properties even without restarting the server.
    So here I got couple of questions.
    1) What if I create new instace everytime, will that cause any trouble in the memory point-of-view? i.e. load trouble?
    2) What is the difference between 2 nd step in each scenario ? I can't get the exact difference.
    Thanks,
    Sumant K
    Edited by: sumant14 on Jun 4, 2009 6:47 PM

    sumant14 wrote:
    So here I got couple of questions.
    1) What if I create new instace everytime, will that cause any trouble in the memory point-of-view? i.e. load trouble?If you create just ONE object occasionally? Don't waste your time worrying about that. Unless you're doing this thousands of times each second.
    2) What is the difference between 2 nd step in each scenario ? I can't get the exact difference.The first one just gets the properties file from the classpath. The second one is a bizarre hack which might do the same thing, or it might fail in certain circumstances.

  • Record locks created when user closes the Browser and not the Web Form

    Hi. We sometimes encounter the issue where a user updates a record, locking the record on the table, but then they unexpectedly closes the browser without saving by clicking the X in the upper-right of the browser window. Then when another user comes along and attempts to edit that record they get the message Unable to Reserve Record. The orphaned record lock eventually does seem to clear itself out, but that can often take 15-20 minutes.
    Is there any way to speed this up? Or to pragmatically keep this from occurring? Either on the database side or with some code in a particular application?
    Please let me know your thoughts. Thanks in advance.

    If a user closes the browser window the forms runtime on the application server holding the locks is in most cases still up and running. The FORMS_TIMEOUT controls on how long a forms runtime on the server is up and running without the client applet not sending a heartbeat (See MOS note 549735.1). By default this is 15 minutes which would explain your locks being held 15 minutes.
    You could decrease the FORMS_TIMEOUT in the default.env, so the forms runtimes get cleaned earlier and thus the locks get released earlier.
    Note that if you have blocking client_hostcalls with webutil this might be a problem, as it prevents the forms applet from sending the heartbeat and after the FORMS_TIMEOUT passed while the forms applet is blocked the forms runtime on the server gets closed.
    cheers

  • Spreading data cell values without quarters on the web form

    Hi,
    I have a question i know this cant be done but i was looking if there might be any other ways to do grid spread in data form. Is there any way i can use grid spread option of having without Qtrs on data form like i would display all months from jan:dec and year total ???
    Thanks
    Edited by: user10528932 on Mar 17, 2010 7:54 AM

    My data form looks like below
    Condition 1:                    Jan     Feb     Mar............     Dec     YearTotal
    Customer1     Acct     FY11
    Condition 2:                    Jan     Feb     Mar      Q1............     Dec     Q4     YearTotal
    Customer1     Acct     FY11
    In condition 1 if i would like to use Grid Spread it doesnt do anything whereas in condition 2 and do Grid Spread it works fine. What i am looking for is if i am using condition 1 is there anything we can do such that users can use the functionality of Grid Spread.
    And John could you please let me know where can i find the java script in order to use this functionality.
    Thanks

  • Unable to view the web form

    Hi,
    I am able to see the data from backend for a particular employee but unable to see the same on front end in the plan publish program of the HRMS.
    Regards,
    Ram

    Hi Reetesh,
    Thanks for your response,This is happening for few of the employees(hardly 4 to 5) ,However i have checked the data still exist for these employees in the VO as well as in the standard table in back end.
    But not viewable in front end.
    Regards,
    Ram

  • How can I change the default web form names?

    I'm using the web forms in Business Catalyst, but our web site is in Norwegian, so I want the default FirstName and LastName values to be displayed in Norwegian in the error message when the field is not filled out.
    At the moment the user will get an error saying "Skriv inn First Name". "Skriv inn" is correctly translated from English to Norwegian, but the value "First Name" has to be changed. The same applies for "Cell Phone Number".
    Also, I don't really want two fields for the name, I want the form to have just one field that is called "Name" or "Navn" in Norwegian.
    I have tried deleting the name fields and replacing them by custom fields, but then I get an error message when the form is sent saying "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."
    Also, why does some of the "-" before the error have a space, and some not? I want all the errors to be displayed with a space between the dash and the error.
    The e-mail error is automatically translated into Norwegian for some reason, but it should be a dash in there, so it says "e-postadresse" and not "epostadresse".
    Is there anywhere I can customize these error messages? Or at least change the values of the English fields to Norwegian so the error messages display the Norwegian field names, and not the English?

    That is very helpful! Thank you!
    But how can I change the dashes that are shown before the error? It really annoys me that they are shown inconsistently with different spaces like this:
    - Error 1
    -Error 2
    - Error 3
    -Error 4
    And is there any way to change the automatic translation from English to Norwegian?

  • How do you set up the paypal standard gateway to work without a web form?

    I must have missed a step.  I have this site set up and the paypal standard gateway does not work with a web form, but works with shopping cart.  Does that mean I need to disable the web form page and use something else to check out?  How do you do this?  The BC help page on this stops at this point in describing what to do. 

    For those who are running Windows and controlling the Airport Base Station with Airport for Windows.  Apple just came out with a firmware update for Airport Extreme (7.7.2).  It so happens that this Firmware version requires Airport Software version 6.3 or newer.  The Windows version only goes as high as Version 5.6 or so.  I was also told that Apple is unlikely to upgrade this software.  To make a long story short you need to control (Configure) your Airport Base Station with an iMac, or an iPhone or iPad with the Airport app.  This solved my problems.  Good Luck :)

  • I can't get the file attachment in a web form to work

    I have a web form made in Business Catalyst that I'm having some problems with. I have added a file attachment option, but I can't get this to work properly.
    When a user chooses a file and sends the form, the message that is being sent includes the name of the file that was attached, but not the file itself! What am I doing wrong?
    This is the web form (in Norwegian, but you get the idea of where the file upload is) In this form, the file "produktark_plusstjenester.pdf" has been attached.
    The e-mail that is being sent now looks like this (I have removed the private information). But as you can see, it mentions the file produktark_plusstjenester.pdf (94,45 kb), but it is not attached in the e-mail itself.
    Hope someone can clarify this for me

    File on web forms is attached to the case. Go to the case in the admin and you can retrieve the file.

Maybe you are looking for

  • TOMCAT - Enable Server Side Includes

    Hi, i tried to include files in my pages using <!--#include file="file_name"--> but its not working so i suppose i must configure my tomcat in some way in order to enable the server side includes (im tottaly new to TOMCAT) so, anyone can explain me h

  • 2.8 GHz Intel iMac arrived OK and its absolutely gorgeous !

    Picked up by FedEx in Shanghai, China early on August 13th and delivered to Ontario Canada by lunch time on the 15th ! And its absolutely gorgeous. Glare is not an issue. The absence of the Apple on the Command key is not an issue. The mighty mouse b

  • How do I force my N95's video center to refresh?

    Using a N95 8GB at the moment. When I first got it, the video center was working perfectly, detecting any video that I load into the phone. However, it doesn't do that now. Tried formatting it but it didn't work. Any suggestions? Thanks

  • Ipod cannot sync with library - using XP

    I have a new ipod and itunes shows the following message when I try to sync it; "The ipod cannot be synced. The required disc cannot be found" - any idea how to solve this, I have successfully trnasferred all my music to the library? Thanks

  • SWF playing corrupts desktop background

    Using FF 3.6.13 on Fedora 13, KDE When playing a SWF file in FF, the last viewed image corrupts the desktop background. Wherever another application has a white color, the latent image from the last SWF shows through. As a test, I set the desktop bac