Forms web.show_document replace & in the url

Hi all

I am trying to replace & in varchar for web_show.document
 v_params := v_params || '&name=' 
                   || replace(replace(replace(NAME, '"', ''''), '&', '%26'), ' ', '%20');

 
Name = "you & you".
On debug, everything is correct as are 20% 26% 20tu %, but after web.show_document(v_params,'_blank') the link is ...es%20 & % 20tu... WHY?

Why new symbol & is back?

Thank you

ID

Edited by: 1D10T 8 February 2013 07:16

Edited by: 1D10T 8 February 2013 07:20

Eh_bien, certainly you must compile your forms on the platform target;). You need to move your sources on your linux machine and compile it there using frmcmp

See
http://www.Google.com/search?q=compile+Oracle+Forms+Linux

see you soon

Tags: Oracle Development

Similar Questions

  • Form web.show_document 10g on Windows Server 2003

    I use web.show_document in Forms 10 g. When I run my application from Windows Server 2003, the document of web.show_document goes into the taskbar and flashes at me instead of opening, clicking on the lettering flashing it opens fine. It occurs when running Windows XP. Basically I don't think forms abandons focus properly.

    I also tried...

    CLIENT_HOST ('cmd /C start /w "C:\Program may Explorer\iexplore.exe" ' |) "'http://oracle.com'");

    I need to be... a) a way to get the forms to renounce focus or b) to get the window to open it and take focus properly.

    It is a known problem. You should make sure that you run 10.1.2.3. If you are already running patch3 (10.1.2.3) then you also need to install the patch Bundle of forms (patch ID 9593176). For more information about this fix, see MOS 1188127.1 Note

  • Links connect 9 - Web pod auto changes the url (20%)

    Hi all

    I wanted to ask you all on that links web pod... I could never so he could work right. Today, I noticed something interesting:

    When I added the url of the nacelle there when, as expected (here's an example):

    https://xxxxxxxxxxxx.XXXXXXX.com/se/?SID=SV_dd0KY467FPN1Dx3

    -There is a link to a survey, I activated and analyzed before adding to the basket. It has worked very well and jumped into the browser as it supposed to.

    (Note:I changed the front half of the URL (x) to keep my clear investigation of extra hits)

    Here's the weird part... When I put in the web links pod... Select it by clicking on the title, and then click Browse to pop for the participants... in this case:

    https://xxxxxxxxxxxx.XXXXXXX.com/se/?SID=SV_dd0KY467FPN1Dx3%20

    The %20 is automatically added and which causes my URL become invalid.

    Thoughts on this?

    (as a work around, I simply added the correct a chat pod, then cut and pasted URL in a note pod. Who will activate the link and users can access the link in this way... but I would like to know what I'm doing wrong).

    Thank you

    E_slinger

    The %20 represents a space. Make sure that you don't have a space at the end of the URL that you place on the Web links pod.

  • Is it possible to use a web application id in the url?

    I use elements of web application as part of an ajax call, so I would use the item id web app as part of a url to retrieve the detail page. Is this possible?

    This is possible. You can use the following URL: CustomContentRetrieve.aspx? ID = [web app item ID]

  • Firefox 14.0.1 shows is no longer the Norton SAfe Web icon in the seacch results. The toolbar is there but NOT the icon of web security next to the URL in the search results

    After updating to Firefox 14.0.1 my results search no longer show the icon of Norton WEB security beside each result. It worked fine before the upgrade. The Norton toolbar is there, and when you click on the site that the web report secure is there but NOT the icon in the search results.

    Norton has released updates for Firefox 14 morning even as the version of Firefox 14. Norton releases usually updates, the morning even as the new versions of Firefox. Have you updated Norton through their LiveUpdate?

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

  • Forms 11 g and web.show_document

    I am trying to open a .pdf file on the client side of forms 11 g of the trigger WHEN KEY PRESSED on a button by using web.show_document.

    Web.show_document ("file://servername/d$ / download/AUTOPROC132800.pdf", "_SELF");


    When I try this, I get a new tab that opens, but it's a blank page.

    Is there some additional game upward I have to do in order to get web.show_document to extract the document?



    Version of forms:

    Forms [64 Bit] Version 11.1.2.2.0 (Production)

    Oracle Toolkit Version 11.1.2.2.0 (Production)

    PL/SQL Version 11.1.0.7.0 (Production)

    Oracle V11.1.2.2.0 - Production procedure generator

    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)

    Query Oracle 11.1.2.2.0 - Production Designer

    Oracle virtual graphics system Version 11.1.2.2.0 (Production)

    The GUI tools Oracle Utilities Version 11.1.2.2.0 (Production)

    Oracle Multimedia Version 11.1.2.2.0 (Production)

    Oracle tools integration Version 11.1.2.2.0 (Production)

    Common tools Oracle zone Version 11.1.2.2.0

    Oracle CORE Production 11.1.0.7.0

    Thank you

    Katherine

    WEB. SHOW_DOCUMENT is built for the display of the URLs in a browser. To view a local file on the file system, I'd go with CLIENT_HOST of WEBUTIL, something like

    CLIENT_HOST ('cmd /c start "");

  • How to call static pages using web.show_document on the application server

    Hi all.

    I'm using forms / reports 11 g Rel2.

    I´d like to call it a few static pages of forms using web.show_document and have the pages located on the same machine where the application server is running.

    I know it's more a problem of Oracle HTTP Server configuration, but I want to know if I can use one of the default virtual directories already defined on the installation process.

    Please recommend a virtual directory to use.

    Best regards, Luis... :))

    Sure. You can store the files anywhere you want. Of course, it is easy to create a new virtual directory. But if you want to use an existing one, the most obvious likely would be the virtual path of/forms/html that can be found here:

    INSTANCE_HOME\config\FormsComponent\forms\html

    The url to access it would look something like this:

    http://server:port/forms/HTML/myWebPage.htm

  • Web.show_document work with abnormal parameter

    I was the opening of some web pages of forms 10g to help:

    Web.show_document (url, "_blank");

    in a button pulled the trigger. Which has worked well, except his continually opening new pages. If the button 10 times, 10 pages opened one after the other. I supplied warning the user about this oddity.

    Then when debugging I could change the code and to take:

    Web.show_document (url, ' _blank ;');)

    With the semicolon at the end of the _blank parameter pages now open in a window, himself replacing if the button is pressed repeatedly. This is exactly the feature I want. However, I can't find any documentation that uses any parameter for other web.show_document and then the standard without semicolon included.

    Does anyone know if it is safe to do so?

    The target parameter is the same as used in the target of the a tag in HTML attribute:

    http://www.w3schools.com/tags/att_a_target.asp

    So what you were involuntarily doing was to open a link in a window called _blank; . This should be good; However, I would give it an instaed of his real name.

    see you soon

  • Change the URL of a page from Dreamweaver

    This is probably a stupid question, but right now it is confusing to me. I am a volunteer for the Foundation Web site. We need to accept donations online (and I'm already help with the page), but to our secure form, I need to change the URL of the page of https://metzgerl.powweb.com, its current canyoncrestfoundation.org/donatenow1.html. I don't see how - is - it possible to rename the site like this?

    I found the problem. I had a script on the page for statcounter. When I removed it, it worked fine. Had totally forgotten he was there.

  • Impossible to open new tabs or load new sites by typing in the URL.

    When I click on the button "+" to open a tab (or on the file menu) nothing happens. Also when I try to go to a new web page by typing the URL, nothing happens. A new web page and the tab only opens by clicking on an element of search result (Google). Back on Mozilla does not help.

    Note: Printing data of the troubleshooting information below removed in order to limit the characters less than 30,000.

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox/tools > Modules > appearance).

    • Do not click on the reset button on the start safe mode window or make changes.

    You can use one of them to start Firefox in safe mode:

    • On Windows, hold down the SHIFT key while starting Firefox with a double click on the shortcut to the desktop Firefox
    • On Mac, hold the Options key when starting Firefox
    • Help > restart with disabled modules

    If that doesn't work in Firefox Safe mode then disable all extensions (Tools > Modules > Extensions) and then try to find out who is causing by allowing an extension at a time until the problem reappears.

    Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')

    See also:

  • Cannot open reports in the form of url using web.show_document

    Hi experts,

    I'm trying to access the oracle forms to oracle reports. port 9001 turn my forms and my report has been set up in port 9002.

    While trying to open the report using web.show_document (), the web page opens with the port 9001 and returns a 404 error. But when I change the port number 9002 in the url it opens the report sucessfully.

    Please find the link forms and reports below:

    http://10.180.218.158:9001/forms/frmservlet? config = kvb11g

    http://10.180.218.158:9002 / reports/rwservlet/getjobid97? Server = rptsvr_mohadam-in_adam2unst

    I tried to change the machine name of the ip address in theforms.conf and reports_ohs.conf as suggested in the link below. but it dint work out.

    URL-

    https://forums.Oracle.com/thread/1105289
    http://prasadmadhasi.com/2011/11/19/changing-presentation-services-port-number-in-OBIEE-11g/

    My reports_install.properties is given below,

    Properties of installation #Reports

    #Fri Oct 13 16:10:59 IST 2013

    WLS_USER = weblogic

    USE_REPORTS_BUILDER = true

    OHS_COMPONENT_NAME = ohs1

    REPORTS_MANAGED_WLS_PORT = 9002

    Server_name = RptSvr_MOHADAM-IN_adam2unst

    REPORTS_MANAGED_WLS_HOST = 10.180.218.158

    FORMS_CONFIGURED = true

    ORACLE_INSTANCE_NAME = adam2unst

    REPORTS_APP_DEPLOYMENT_DIR=C\:\\Oracle\\Middleware\\user_projects\\domains\\kvbdomain\\servers\\WLS_REPORTS\\tmp\\_WL_user\\reports_11.1.2\\uxabaw

    INPROCESS_SERVER_NAME = RptSvr_MOHADAM-IN_adam2unst

    MANAGED_SERVER_NAME = WLS_REPORTS

    OHS_PORT = 8891

    DOMAIN_HOME = it\: / Oracle/Middleware/user_projects/domains/kvbdomain

    COMMON_COMPONENTS_HOME = C\:\\Oracle\\MIDDLE~1\\ORACLE~1

    ORACLE_INSTANCE = C\:\\Oracle\\Middleware\\adam2inst

    REPORTS_APP_CONFIGURATION_DIR=C\:\\Oracle\\Middleware\\user_projects\\domains\\kvbdomain\\config\\fmwconfig\\servers\\WLS_REPORTS\\applications\\reports_11.1.2\\configuration

    OHS_HOST = MOHADAM - IN .in .oracle .com

    Domain_name = kvbdomain

    ORACLE_HOME = C\:\\Oracle\\Middleware\\Oracle_FRMHome

    USE_OID = false

    REPORTS_APP_VERSION = 11.1.2

    USE_SSL_FOR_APP_LDAP = false

    INSTALL_MODE = deployment

    SSO_CONFIGURED = false

    Looking forward for your help.

    Kind regards

    SYL

    Hello

    It's the forum space

    Developer SQL (not for general questions of SQL/PLSQL)

    Please mark this thread as answered and post your issue in the reports

    Concerning

    Marcus

  • Forms for reports and the Web.Show_Document userid

    I inherited several form - combinations of report to update and I am not familiar with the reports. I'm working to be converted to run under Web Forms / Reports 10

    In a pair of form/report, the form passes the user of the report ID, and I was able to convert that.

    In another pair, however, I don't see how the form passes authentication user name to run the report. The form creates a list of parameters, adds a number of parameters, but no user name, and then calls Run_Product. It works without problem, immediately send a report to my printer. Can someone explain what the form of forms 6 on connection information to the report? Where can I find the mechanisms which achieve?

    I need to get this working in Web Forms.

    Thanks in advance!

    Why Oracle provides the java frmrwinteg plugin to hide the name of user and password on the report URL in the browser?

    Because you don't have to call a report from a form. Or you call a report of a form through web.show_document instead of via run_report_object.

    Is - it so the report can be run with a different username than the Forms user ID?

    It could be if you need this feature. But this seems very strange to me. Normally, you would then run the report with a default user defined in the mapping of keys to server file cgicmd.dat.

    What is the difference between Run_Report_Object and Web.Show_Document.

    Run_report_object is a direct communication between the drivers of forms and reports on the application server.
    Web.show_document opens a URL in the browser on the client computer.

  • Unable to pass user id and password in the URL to open the new form

    We have installed a version of updating of forms 11g and I find that the following code does not work as expected.  Instead of perfectly open the dropper_assign form, we receive the standard name of username/password login prompt / database independently passing credentials in the URL.  If I get the password exactly as it shows in the resulting url then connects the form and the form opens as expected.  Any ideas would be greatly appreciated.

    Code:

    WEB. SHOW_DOCUMENT ("JavaScript: void (window.open ("http://'|| "))") ip_port | "/ forms/frmservlet? pageTitle = dropper transfer & config = TTMSMENU & form = dropper_assign & userid ='| user | » /'|| GET_APPLICATION_PROPERTY (PASSWORD). » @' || : overall. (("DB_Instance |'", "", "resizable = Yes, location = no, Toolbar = no, MenuBar = no, Status = no,")); self. Close () ',' _blank');

    Resulting URL:

    http://9.35.32.204:9001/Forms/frmservlet? config = TTMSMENU & Form = dropper_assign & userid=SSBUECHL/My123pw@FCTEST

    The real problem comes to set these two variables formsweb.cfg in my ttmsmenu Setup:

    UserID = @DATABASEID

    LOGON_SCREEN = YES

    In Forms 10 G, this works to pre-populate the database id in the field of database on the login screen.  In Forms 11 G, remove the logon_screen variable solves the transmission of identification information of the URL.  Delete the userid variable eliminates a bad initial connection attempt.

    Thanks for the help.

  • How can I prevent the display of the url to be sometimes replaced by button icons?

    The address in the url bar is sometimes replaced by a line of icons to buttons, which may overlap the buttons next to the url.

    Please see a typical view here:

    http://Preview.tinyurl.com/k3ayssw

    This, I am happy to say, does not happen with all the websites I visit, but it happens often enough to be a real nuisance.

    Here is a list of * some * Web pages where I met this phenomenon:

    http://Preview.tinyurl.com/ov7pcrs

    http://Preview.tinyurl.com/omeov9u

    http://Preview.tinyurl.com/yrtpxf (all Wikipedia pages)

    http://Preview.tinyurl.com/ppp8vog (all pages of tv - series.me )

    http://Preview.tinyurl.com/pm5q2se

    http://Preview.tinyurl.com/ygfsd68

    Hope that there is an easy solution. I went back to the classic view to work around him, to see that it does not solve the problem.

    Cheers, Tony

    The culprit seems to have been the 1.0.6 by Kitsuneymg RSS icon, which seems to no longer be available on the website of modules. Thank you, CoreyMH!

    Cheers, Tony

  • Problems to change my url endpoint data control for Web Service design time vs deploy times. Where is the url of time to deploy the "deployment configuration" stored?

    https://blogs.Oracle.com/ADF/entry/changing_endpoint_url_for_a_web_service_data_control

    Using this link as a reference, I created a data control Web Service, and when I deploy via JDeveloper for different environments I can change my point of endpoint accordingly on this screen:

    Capture.PNG

    However when I change my point of termination at the design time, the changes do not appear in the screen "Configuration of the deployment. This would not normally be a problem, but our automated deployment (maven/ant) seems to keep picking up the url "Deployment Configuration" instead of what we change in the DataControl.dcx. So I have a few questions:

    1. Why is there a difference between what we have in the source code and what is shown on this ""Deployment Configuration "screen for manual deployment of JDeveloper? "

    2. where is this "Deployment Configuration" end point url located? I can change it during an automated deployment as I can on a manual deployment?

    3. What is the best practice to change a url endpoint to the Web Service data control with during an automated deployment?

    It turns out that the connections.xml had the url of the endpoint that the profile of the deployment and jdeveloper was referencing at deployment time.

    In order to get our automated generation work, we use a search and replace of Ant utility to change endpoint in this connections.xml before construction/deployment of the application.

Maybe you are looking for