CALLING THE SAME FORM TWICE IN WEB

Dear OTN members and Support team,
I have a problm in the web. OK let me tel u the envirnment.
Database Server 8.04
Web Application Server 3
Developer Server 2.1
Jinitiator 1.1.5.21.1
Problem Description : When I call a from for the first time it
comes perfectly in the browser. But when I close the from and
try to call it again ( by giving the address in the URL) it does
not call the from. Instead it says Java applet loading.
What could be the reason. And how to overcome it?
Hop I will get a solution.
With Best regards
Feroz
null

Feroz Khan (guest) wrote:
: Dear OTN members and Support team,
: I have a problm in the web. OK let me tel u the envirnment.
: Database Server 8.04
: Web Application Server 3
: Developer Server 2.1
: Jinitiator 1.1.5.21.1
: Problem Description : When I call a from for the first time it
: comes perfectly in the browser. But when I close the from and
: try to call it again ( by giving the address in the URL) it
does
: not call the from. Instead it says Java applet loading.
: What could be the reason. And how to overcome it?
: Hop I will get a solution.
: With Best regards
: Feroz
Download the Feb 25, 1999 Developer 2.1 Server patch, which
upgrades forms to version 5.0.6.14.2. This was bug that is
fixed in this version of forms.
Mark
null

Similar Messages

  • Extending the same form twice

    Hello everyone
    We are in the process of moving from paper foem for IT computer and access resources. 
    I have two completely different forms with many fields requesting user input
    1) one for System access - eg new domain, email, share permission etc
    2) one for Hardware - request laptop, scanner, printer etc 
    I created a new MP,extended the Service Request Class for the first form, imported MP and published to self service portal and works. The second MP I have done just about the same thing but
    When i try to import the second management pack I get
    The management pack import failed. 
    Errors (1):
    The form base is not valid. Form CustomForm_782e48a6_5a5e_482d_8c8b_8be983c0e7f6 extends form Microsoft.EnterpriseManagement.ServiceManager.Applications.ServiceRequest.Forms.ServiceRequestForm, which already has another extension (CustomForm_ff446f5d_b10f_4772_84ef_7e7c4a6c5bc0).
    Is there something I am missing?
    Any help is appreciated

    I see, that was what i was afraid off.
    I guess there is no add-ons for purchase that add's something to all work items. (even though i have heard about some upcoming stuff that does ;))
    too bad! .. i will stick to normal custimization then. luckily it is not much xml that needs to be added.
    (would have been the SAME Xml .. but the form designers have not followed any kind of naming convention, so custom customization is needed for each type of items. (the main tabcontol is named TabControl, srTabControlMain, formTabs etc. ) ;)
    Best Regards
    Jakob Gottlieb Svendsen
    Trainer/Consultant - Coretech A/S -
    Blog
    MCT - MCTS - VB.NET - C#.NET - Powershell - VBScript Mastering System Center Orchestrator 2012 - 3 day workshop - worldwide training click
    here

  • Calling the same API twice in one procedure

    Has anyone every had any issue in caling an API twice in the one procedure?
    I have one file that has two element entries and up to three salary components. Has anyone ever had an issue doing this?
    Edited by: 859919 on May 21, 2011 9:26 AM

    As my understanding ,There is no any restriction on calling API on number to time either from same procedure or other procedure.
    What issue you are getting:)
    Thanks

  • Multiple submit button on the same form

    Hi,
    I have created a PL/SQL procedure which generates a HTML form using htp and below is part of the code.
    Create or Replace PROCEDURE OBM_PROCEDURE
    htp.formOpen(OWA_UTIL.GET_OWA_SERVICE_PATH || 'insert_obm');
    htp.formSubmit(cvalue=> 'Insert');
    This creates the form and clicking Insert button calls the other procedure (insert_obm).. works fine.
    I could create other buttons like "Query" "Update" "Delete" on the same form using following.
    htp.print ('<INPUT TYPE=submit VALUE="Query"> ');
    But all the buttons call the same form (insert_obm) since they are in the same form. How do I make the buttons call different procedure?
    Thanks,
    Jee

    Hi,
    The best way to do is call a single procedure as you are doing on form submit and check which form submit was clicked ,say based on the submit value and then do the processing accordingly i.e whether it is INSERT or DELETE.
    Hope this helps,
    Thanks,
    Anu

  • I keep getting calls from non existing area codes and phone numbers.  They are never the same number twice.  How do I stop this?

    About a week ago I started getting phone calls on my cell phone from numbers that do not exist, including the area codes.  I can not report these to the Do Not Call list because the area code is non existent.  I'm getting these calls all the time now and never from the same number twice so there's no point in blocking them.  If I answer I may or may not get a person who has an accent from India so heavy that I can't understand what they are saying.  This is getting to the point where I just want to cry I'm so frustrated.  Anyone else having this issue or does anyone know how to stop it?
    Thank you

    I'm sorry that you are having all these troubles. I have sent you a private message.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • Use the same form with different button turned on in different calls

    Can I use the same form with different buttons turned on in different calls?
    Thanks!

    This is to avoid piracy. What could happen is, people could buy music, and give it away for free online. Usually it is then you buy a complete album off iTunes that it will only be available on one device. It is tied to that account, and the device must be registered to that account to listen to it.

  • Forcing the opendoc call to open in the same page when using web elements

    Hi,
    I'm using the WE Submit web element to send an opendoc call to BOE, I'm calling the same report and re-running with new search criteria.
    Is there a way to force the report to open in the same viewer as opposed to opening a new window?
    Thanks in advance,
    Angela.

    hello Angela,
    i assume that you're using a WETargetPath function along with the submit. normally the submit function should then open the report in the same window.
    for example, if your report has an ID of 12134, then the following code should open the same report in the same window
    stringvar path:= WETargetPath ("rpt", "ID", "12134", "");
    WESubmit ("S1", "Button", "GO", path, '')
    you can also use the last parameter in the WETargetPath to specify a location...using "Same" will force opening in the same window, while "New" will force a new window.
    stringvar path:= WETargetPath ("rpt", "ID", "12134", "weWindow=Same");
    WESubmit ("S1", "Button", "GO", path, '')
    If you've downloaded the latest version of webelements from [here|http://www.sdn.sap.com/irj/boc/webelements] there's a "submit methods" report in the download that you can publish and have a look at the various options.
    cheers,
    jamie

  • Can I use the same SSI twice in same page?

    Hey all,
    i'm having a problem whereby several SSI's are not showing on my page.
    I'm wondering if it's because the instances that are not showing are the ones called the second time round.
    Before i start posting code etc, i just wondered if it was actually not possible to call the same SSi more than one time on a page.
    I can't seem to find documentation stating this anywhere.
    Thanks in advance,
    Katrina
    Edit 1: I tested using a new unique SSI (i.e. one that wasn't called anywhere else on teh page, and it doesn't show either... so I've started a new thread where i post my code here: http://forums.adobe.com/message/5345250#5345250
    Edit 2: I guess i didn't test properly initially. It seems it is NOT possible to use the same SSI twice on a page...   What a bummer!!!

    This issue was resolved in a different thread where s member supplied the following information...
    t's certainly possible depending on the PHP command which you use as the include directive.
    <?php require_once('includes/include-address.php'); ?> will only include the file once
    <?php require('includes/include-address.php'); ?>  will include the file more than once
    <?php include('includes/include-address.php'); ?>  will include the file more than once
    Each has its own rules and quirks.
    http://php.net/manual/en/function.require-once.php
    http://www.php.net/manual/en/function.include.php
    http://www.w3schools.com/php/php_includes.asp

  • Opening  the same form more then one time in the same session

    H! I want to accomplish the following .... I have a form that has a button. The code in the when-buttin-pressed trigger is a call_form - to open another form. I want to be able to push this button as many times as the user may want and the form should keep opening a new form. Meaning I can have 10 forms of the second form open if I want. The user basically wants to be able to flip between the data on the same form opening up this form a couple of times in different windows. when I use the call form the button on the initial form is becoming disabled - not allowing me to push it again to open another form without closing the one already open. Please HELP!

    Sounds like you need Run_product rather than Call_form.
    It will establish multiple database sessions, and the user will be responsible for terminating them. And I am not sure, but this may only be possible in client/server forms.

  • How to insert a UUID into multiple tables in the same form

    I am trying to insert a UUID into 2 different tables at the
    same time ie to let this be created in the form and then insert
    this ID into 2 linked tables in a database using Access.
    Does anybody have any suggestions on how to accomplish this?
    Thanks very much

    So you have one form that processes information for two
    tables, or do you
    have two forms (one for each table - except the UUID)?
    If it is one form just run two SQL insert statements. One for
    the primary
    table, then one for the related table.
    If it is two forms run the above two SQL statements then an
    update statement
    to finish filling the second table.
    Or am I completely misunderstanding the issue?
    Bryan Ashcraft (remove brain to reply)
    Web Application Developer
    Wright Medical Technology, Inc.
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.adobe.com/communities/experts/
    "weelco" <[email protected]> wrote in
    message
    news:esjtjj$qtc$[email protected]..
    > Thanks for your quick reply, and yes I do know how to do
    that however I
    > would
    > like to do this all in one form field so I would like to
    create the UUID
    > whith
    > the same form that also submits it to another table, is
    this possible or
    > do I
    > have to do that using multiple 'pages'?
    >

  • NS_BINDING_ABORTED error - Resubmits the same URL twice

    I have a website that has multiple tabs after successful log in. Each Tab is mapped to different URL. when I change from one Tab to other, at random, for one of the Tab URL, the NS_BINDING_ABORTED errors comes for first GET submission and behind the scenes, wihtout any further user interruption, the fire fox browser submits the same URL mapped to the tab second time. But we are not allowed to submit the same URL twice at any time. Because each time for the URL GET request, a unique GUID is appended. If the borwser re-submits the same URL with same GUID, the application throws an error message, hence user can not see the next tab on which he/she clicked.
    Interesting this is that the same website works fine in any IE browser. Why this is happening only for fire fox browser?

    Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox. <br />
    [http://forums.mozillazine.org/viewforum.php?f=25 <br />
    You'll need to register and login to be able to post in that forum.

  • How to retrict user cannot open the same form more than once (Forms 6i)

    Our users always open the same forms more than once. For example the customer form, the user may access a customer record in the first form, however, he will open a new customer form to edit the same record, the result is he cannot save the record because the record is locked in the first customer form.
    How can I control the user cannot open the same form more than 1 time.
    Best Regards,
    Kane

    The customer form is only an example, I found there will cause a lot of problems is I cannot control the user from calling 1 program more than 1 than within application. Sometimes a user (not good in using computer) will overlap the form for many times.....
    Is there any simple way to do that?...can I have some PL/SQL statement or build-in functions that let me easily found our what forms the user has already opened, then I can control whether I let him open this form or not.
    Urgent...please
    Thanks

  • Prevent double running the same FORM application

    Dears,
    Anyone knows how to prevent users from running same FORM application in the same computer twice? Is there any ways to detect the application is already running and refuse to run it again?
    Thanks,
    Vic

    i have a tree-menue where i use code like this in the when-tree-node-activated trigger which opens new forms:
    frmId := find_form(frmToOpenName);
    -- Open form only if there's no instance (for current user) of it at the moment
    if id_null(frmId) then
    open_form(.....);
    else
    go_form(frmId);
    end if;
    of course, if the user opens another tree-menue, he can open the same form again. but in one browser (i use 9i), he can open it only once.

  • How can I avoid opening the several instances of the same form?

    Hi Friends,
    I have a MDI form with a menu. When open a form by clicking the menu twice, it is opening two instances of the same form. It is eating up all resources of my memory.
    How can I avoid opening the multiple instances of the same form? I want the activate the form which is already open instead of opening the new instance of the same.
    Anybody knows solution please help me.
    Thanks
    Gopinath Kona

    Hi,
    U must be using the built-in OPEN_FORM in your code. Instead of that, check it using the following code....
    IF ID_NULL(FIND_FORM('form_name')) THEN
    OPEN_FORM('form_name with the path');
    ELSE
    GO_FORM('form_name'); --shifts the control into the form which is already open.
    END IF;
    hope it helps...
    null

  • Prevent push the same button twice

    Hi all! I have a button that performs a specific function .All I would like to do is prevent the user to push the same button twice. I tried already to include a 'disable button' built in function but it can't work from within.
    Any ideas?

    I would set the button to be disabled before you call your function, but I suppose it doesn't matter. You need to change those navigable properties on the button to NO. You cannot change the Enabled status of the button if it is the current item. Keyboard Navigable and Mouse Navigate should both be set to NO.

Maybe you are looking for

  • Square root formula in Calculated Characteristics

    Have a great days. There are two MIC in my inspection plan. first (0010) is for entering number and another (0020) is calculated characteristics. I want to calculate the square root of 0010 charateristics in 0020. What should be teh formula to put in

  • Error in po creation wrt pr

    i am creating a pr , releasing it and then creating a po with reference to pr...but i get this rror message. "PROCESSING STATE 01 VERSION IN PROCESS,DOESNT ALLOW PROCESSING OF DOCH EADER" regards

  • Mass print report

    Hello Guru: We have a requirement to print reports according to master data hierarchy. For example, we have a query for profit center balance sheet, the requirement would be print the profit center balance sheet by hierarchy, if there are 1000 profit

  • Scanned doc will not print entire page

    I have a scanned document in Acrobat 7 using File -> Create pdf from scanner. Scanned at 400 dpi color. The document is a printed table with a few handwwritten redlines on it. In Acrobat, it has 4 "images". One is the entire document and three are th

  • Urgent Little Problem with JApplet

    Hi, i have a little problem, i have an applet that loads on a webpage it contains two textFields and a command button , i want when i click on the button i should open a new page with the values in the two TextFields. Thanks.