Removing Extra .GIF & "Back to Form" URL

I have developed a Form that is based on a stored procedure in a package. When the form executes, the procedure in the package body executes. At the end of this procedure, there is a call to the report to be executed with the bind variables passed as parameters:
report_1.show(p_arg_names => portal30.wwv_standard_util.string_to_table('bv1:bv2'),p_arg_values=>portal30.wwv_standard_util.string_to_table(lv1 | | ':' | | lv2)) ;
This all works fine. The problem is that at the bottom of the report result page there is a .GIF file (success.gif) added to the page along with a URL with the text "Back to Form", which doesn't take you back to the proper place. How can I get rid of this .GIF and the URL?

Hi,
What you need is to convert this to URL form
report_1.show(p_arg_names => portal30.wwv_standard_util.string_to_table('bv1:bv2'),p_arg_values=>portal30.wwv_standard_util.string_to_table(lv1 | | ':' | | lv2)) ;
like:
my_url := 'report_1.show?p_arg_names=bv1&p_arg_values=' | | lv1 | | .......... etc.
then edit your form and add a CALL function to the "On success" , like :
CALL(my_url);
Please see this for some examples: http://otn.oracle.com/products/iportal/htdocs/portal_faq.htm#BuildingApplications
Thanks,
Dmitry

Similar Messages

  • How to remove 'Back to form' from portal page.

    How can I remove the 'Back to form' and tick from a portal page?

    I'm assuming you are creating a form from a procedure. Edit the form. The first page you see, scroll to the bottom. You'll see a text area where you can use the go('') statement. You'll redirect the submitted portlet to the page that displays your portlet. This skips the link.

  • 'success.gif' and  'Back to form' Link.

    Hi there,
    we created a form which calls a stored procedure on submission. The procedure
    does a few selects and displays the results in a colored table, similar to the
    Oracle eMail Server Calendar, as HTML-page using the htp.* tags. The problem
    now is that at the very bottom of the page there is always the success icon and
    'Back to form' link visible. How can we get rid of this behaviour?
    Thanks.

    Hi,
    In the successful submission area of the form write code to redirect to someother place.
    Example
    declare
    l_url varchar2(4000);
    begin
    l_url := 'http://.....';
    go(l_url);
    go('portal.home');
    end;
    Thanks,
    Sharmila

  • How to change 10g forms url ?

    Hello,
    I developed forms in 10g forms developer and I can call my forms from web browser with default url like http://server:port/forms/frmservlet?config=myform.
    Is there anyway the change that url like http://myform.com or something?
    Thank you for your replies :)

    Well, the first thing to understand is that when you call the Forms Servlet (frmservlet) you are calling a java application and not static content like an html page. So, changing the URL isn't exactly as easy as it would be for a simple web page. On the other hand, hiding the the real URL or redirecting to the proper url can be done fairly easily.
    All of these assume you are using Application Server.
    OPTION 1 - Hide The URL +(more information can be found in MyOracleSupport note 300326.1)+
    <blockquote>There are several ways in which you can hide the real url, but probably the easiest will be to use an IFRAME. The only potential problem with this is that some security software or browser security settings may prevent this from working. So, here's what you do:
    1. Using an HTML or text editor, create a static html file with the following code. Replace my Forms url with your own.
    <HTML>
    <HEAD>
    <TITLE>My Application</TITLE>
    </HEAD>
    <FRAMESET  ROWS="100%,*" FRAMEBORDER=NO FRAMESPACING=0 BORDER=0>
    <FRAME SRC="http://someServer:port/forms/frmervlet?config=myconfg" NAME="redir_frame">
    </FRAMESET>
    <NOFRAMES>
    Sorry, your browser does not support frames.  Click <A HREF="http://someServer:port/forms/frmervlet?config=myconfg" TARGET=_top>here</A>
    </NOFRAMES>
    <BODY>
        <!-- ADD ANY EXTRA HTML CODE AS NEEDED -->
    </BODY>
    </HTML>2. In the Oracle home from where OHS is running, find the htdocs directory within the OHS (apache) directories.
    3. Rename "index.html", "index.html_original"
    4. Copy your html file to this directory and name it "index.html"
    It is possible that the html file being used is not "index.html". To determine the correct page, you may need to review your httpd.conf file as this is where the default page is set. Look for DirectoryIndex</blockquote>
    OPTION 2 - Redirect To The Proper URL
    <blockquote>1. Find and open httpd.conf
    2. Within the file, locate this: <Directory />
    3. Just below this line add the following. Use your own Forms url
    RedirectMatch ^/$ /forms/frmservlet?config=somewhere</blockquote>

  • Bring back the forms manager from Seamonkey PLEASE!!!

    Bring back the forms manager from Seamonkey PLEASE!!!
    Bring back the forms manager from Seamonkey PLEASE!!!
    Bring back the forms manager from Seamonkey PLEASE!!!
    Bring back the forms manager from Seamonkey PLEASE!!!

    It's not like Mozilla is removing features from SeaMonkey when they create Firefox. Firefox is the primary application from Mozilla. SeaMonkey is a 3rd party project derived from Firefox code, and the SeaMonkey project adds features that aren't included in Firefox.
    There are a number of extensions that add "Form Fill" features to Firefox, and there is at least one extension that adds "form history management" to Firefox. <br />
    https://addons.mozilla.org/en-US/firefox/addon/4775 <br />
    https://addons.mozilla.org/en-US/firefox/addon/12021/

  • How do I get rid of "Back To Form" on generated pages

    I have a page which is generated by PL/SQL. The page itself generates fine, but I always get "Back To Form" along with the success.gif icon. I want to get rid of both. I know I can replace the success.gif with a 1 pixel transparent image, but what about the link? How can I get rid of that?

    Hi Richard,
    This question should belong to Portal Application forum. There, you can find a forum on how to change standard messages in forms.
    I hope this helps.
    Regards,
    Jatinder
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Richard Zapata ([email protected]):
    Does anyone have a clue how to do this?<HR></BLOCKQUOTE>
    null

  • Removing extra spaces from a long document

    Hello
    I have seen a number of find/change and GREP formulas to do similar things. I have NO scripting or coding experience and have labored to understand GREP.
    So I am a little afraid to use it as I don't know what all the modifiers refer to (I do have a printout of some neat GREP cheatsheets like Mike Witherell's that I can absorb until I obtain a good reference )
    I need something I can copy and paste into either find/change or GREP dialog that will do the following in less than 12 steps (hopefully) without doing something catastrophic like removing all of my paragraph marks (which I almost did using someones GREP expression)
    No spaces before any comma, period, exclamation mark, question mark, colon, semicolon
    One space only after any of those
    One Space before any opening parenthesis and one space after the closing parenthesis
    No space after the opening parenthesis or before the closing parenthesis
    Remove any double or extra spaces ( en, em etc.)
    Remove any commas before parentheses
    Remove any spaces after a paragraph mark
    I think that's it
    I did find this one recently (Maybe Jongware?)
    [~m~>~f~|~S~s<~/~,~3~4%]{2
    Which from my dim understanding addresses em, en, flush and hair space ,  nonbreaking space ,figure space,third space--not sure of the rest. Really this is way over my head.
    I know this will be a piece of cake for you guys
    Thanks

A: Removing extra spaces from a long document

Peter is too modest, he's doing just great.
No space BEFORE-One Space after ---period,semicolon,colon, exclamation, question mark,CLOSING Parenth,Bracket,Brace, single & Dbl. quotation marks
Find (\s)([.,;:!\)\]\}~}~]])
Replace with $2
No space AFTER-One Space Before----OPENING bracket,brace,parenthesis,Dbl & single quotes
Find ([\[\{\(~{~[])(\s)
Replace with $1
These remove the space before/after but do not automatically add a space after/before.
In the first case, you could add a space right after the '$2' in the Replace With string, but it already may have a space, in which case you suddenly have two. One alternative is to optionally remove it with the Find string (add it as an optional match) and always add it with the Replace string, but remember that this string will only be found if there is a space preceding it. That way you'd only check the space after in cases where there was a bad space before.
So I propose you add another two find/changes to add the space, only when necessary.
One Space After: find
([.,;:!\)\]\}~}~]])(?!\s)
replace:
$0 [followed by one single space]
One Space Before: find
(?<!\s)([\[\{\(~{~[])
replace:
[one single space] $0
Color-coding with my WhatTheGrep might make it just a tad clearer what's going on in that jumble of codes:
(1 [ .,;:! \) \] \} ~} ~] ] 1) (?!! \s !)
and
(?<!<! \s <!) (1 [ \[ \{ \( ~{ ~[ ] 1)
(Orange is lookahead/lookbehind, blue is a regular escaped character, pink is an InDesign special character, green is normal grouping parentheses, and lavender is a character group.)

Peter is too modest, he's doing just great.
No space BEFORE-One Space after ---period,semicolon,colon, exclamation, question mark,CLOSING Parenth,Bracket,Brace, single & Dbl. quotation marks
Find (\s)([.,;:!\)\]\}~}~]])
Replace with $2
No space AFTER-One Space Before----OPENING bracket,brace,parenthesis,Dbl & single quotes
Find ([\[\{\(~{~[])(\s)
Replace with $1
These remove the space before/after but do not automatically add a space after/before.
In the first case, you could add a space right after the '$2' in the Replace With string, but it already may have a space, in which case you suddenly have two. One alternative is to optionally remove it with the Find string (add it as an optional match) and always add it with the Replace string, but remember that this string will only be found if there is a space preceding it. That way you'd only check the space after in cases where there was a bad space before.
So I propose you add another two find/changes to add the space, only when necessary.
One Space After: find
([.,;:!\)\]\}~}~]])(?!\s)
replace:
$0 [followed by one single space]
One Space Before: find
(?<!\s)([\[\{\(~{~[])
replace:
[one single space] $0
Color-coding with my WhatTheGrep might make it just a tad clearer what's going on in that jumble of codes:
(1 [ .,;:! \) \] \} ~} ~] ] 1) (?!! \s !)
and
(?<!<! \s <!) (1 [ \[ \{ \( ~{ ~[ ] 1)
(Orange is lookahead/lookbehind, blue is a regular escaped character, pink is an InDesign special character, green is normal grouping parentheses, and lavender is a character group.)

  • How I can go back to former version of firefox, because the new one is unacceptable bad.

    How I can go back to former version of firefox, because the new one is unacceptable bad.
    I am just a computer and internet user, if you can't imagine what that's means, then I need to use and promote other web browsers.
    I am really mad about the update, who is worthless!
    sorry !
    think about your reputation and do fast better.
    sorry for my poor English
    greetings Dirk ( Scorpio.Irondragon)

    Try to drag the current Firefox application to the trash if you can't replace it.

  • Error while executing Form URL

    Dear Experts,
    Install and configure weblogic server 10.3.3.4.0 and then Oracle Portal, Forms, Report, Discoverer are successfully.
    But I have problem when executing Form URL such as HTTP://localhost:8090/forms/frmservlet.
    Failure of server APACHE bridge:
    No backend server available for connection: timed out after 10 seconds or idempotent set to OFF.
    Build date/time: Oct 27 2009 13:34:24
    Change Number: 1013
    Would you give me some advices how to solve this error.
    Greetings,
    -Ranubaya

    URL such as HTTP://localhost:8090/forms/frmservlet
    Is the port 8090? WebLogic server default HTTP port is 7001

  • How to remove a roll back segment file in 8.1.7

    Hi,
    How to remove a roll back segment file in 8.1.7 ?
    My RBS tablespace has two datafiles, how can I delete one of them ?
    Thank you.

    You would
    a. Create a new tablespace to hold rollback segments
    b. Create rollback segments in the new tablespace
    c. Bring the new rollback segments online and the old rollback segments offline
    d. Wait for all the old rollback segments to go offline (they'd be in PENDING OFFLINE if there are active transactions)
    d. Drop the old rollback segments
    e. Drop the old rollback tablespace -- after confirming that it has NO active rollback segments and NO OTHER segments at all
    f. Modify your init.ora to specify the new rollback segments in the "rollback_segments=" parameter
    If you want to switch back to the old tablespace name and segment names, you'd do steps a to e and then run them again to recreate the old tablespace name (with 1 datafile, excluding the one you want to drop) and segment names.

  • Removing extra text after a certain point for a field

    Post Author: ralph.devlin
    CA Forum: Formula
    Hello,
    What we want to do is remove extra text, IE (PO12345.195) We would want to remove the .195 from the end of that data so that the groupings will group them correctly. How can I accomplish this. The defaul trim commands seem to only elimnate white space, I want to elimnate text up to a certain point. thanks
    Ralph

    Post Author: Charliy
    CA Forum: Formula
    You want to do an INSTR to locate the period, then a LEFT to only show the data before it.  Something like:
    IF INSTR({table.field},".") > 0 THEN LEFT({table.field},(INSTR({table.field},".") )-1) ELSE {table.field}
    I subtracted 1 because in your example above the period is in position 8 and you want the first 7 characters.

  • How to reduce the version of a pdf 1.7 to 1.5 & how to remove all the embedded xml form ?

    Hi Team,
        I am using adobe acrobat x pro. I have a pdf file of version 1.7 which showing embedded xml forms. I tried to remove all the 'embedded xml form' by  using Adobe Live cycle Designer ES2.  Then i tried to reduce the version by using Adobe acrobat x pro but it's still showing that there are some 'embedded xml form' for which it's not allowing me to reduce the vesion of pdf file in Adobe Acrobat x pro and also i want reduce the version of the pdf 1.7 to 1.5. Can you please guide me the step to reduce the pdf file version and how to remove the embedded xml form from the pdf file ?

    If the PDF is the same one from the link in your post here:
    http://forums.adobe.com/thread/1174643
    That PDF being protected may have something to do with why you cannot do what you'd like to.
    Be well...

  • Remove extra space value of the field  in text element

    Dear All,
    Can any one please help me out to remove the blank spaces in the text elements of SF.
    we are printing Label in which i want print  quantity of material. and i am using MSEG-MENGE for quantity of maetrial.
    But the issues is when we are printing the label. We are getting spaces  in the Text elements fields &MSEG-MENGE&.
    i am also check menge field within mseg table. in which menge field define as QUAN data type with length 13.
    <
    MAT CODE:&t_MSEG-MATNR&
    DESC:&MAKTX&
    QTY:&t_MSEG-MENGE&          
    UOM:&t_MSEG-MEINS&
    >
    My Output in SF:
    MAT CODE:11000002
    DESC:Coarse Aggregate 10mm Sieve
    QTY:             960
    UOM:LBM
    MIGO.NO.:4900000025
    how to remove extra blank spaces in the text elements ( QTY:             960 )
    guide me.........

    Dear All,
    I am using  code block in SF before text element.
    In  The Text Element ...
    <
    MAT CODE:&t_MSEG-MATNR&
    DESC:&MAKTX&
    QTY:&t_MSEG-MENGE&
    UOM:&t_MSEG-MEINS&
    MIGO.NO.:&t_MSEG-MBLNR&
    PO.NO.:&t_MSEG-EBELN&
    LOCATION:&t_MSEG-WERK&&NAME1&
    >
    In programe Line ( code block )....
    <
    read table t_mseg index w_index.
    qty = t_mseg-menge.
    condense qty.
    SELECT SINGLE name1 FROM t001w INTO name1 WHERE werks = t_mseg-werks.
    SELECT SINGLE maktx FROM makt INTO maktx WHERE matnr = t_mseg-matnr.
    >
    My Output:
    MAT CODE:11000002
    DESC:Coarse Aggregate 10mm Sieve
    QTY:                                                      960
    UOM:LBM
    MIGO.NO.:4900000025
    Only problem in value of Quantity field .
    guide me.........

  • Hi can anyone tell me how to make the forms url short to the end user

    Hi,
    Im using oracle forms 11gR2 and everything is working fine, but my question in how to make the forms url short to the end user.
    For example my forms url is  " http://localhost:9001/forms/frmservlet "  now i want to modify this url as   "myweb.gov.ae"
    can anybody suggest me the possibilities to change to default forms url to our own url as mentioned in the above example.
    Thanks & Regards,
    Hari

    You would have to either -
    * edit the code pointed to by the new action attribute to
    include the form
    processing and email generation, or
    * edit the form processing script to also include the insert
    record and
    check user name scripting
    The former is probably the better procedure, since I suppose
    you'd want to
    do the check user name before sending the email.
    Unfortunately, this means
    you will have to get your hands into the code, or hire
    someone to do it for
    you.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ducati1" <[email protected]> wrote in
    message
    news:gkriis$et6$[email protected]..
    > Hi guys.
    > I have a page with a form on it here.
    >
    http://www.thechallenge.net.au/superredemption.php
    > I want the data placed in the textfields within the form
    to come to me in
    > an
    > email upon submission.
    > Now normally I would action the form to use this page
    here
    >
    http://www.thechallenge.net.au/Redemptionform.txt
    > But because the action of the form is now <?php echo
    $editFormAction; ?>
    > due
    > to an insert record and check user name server behavior
    I cannot use my
    > normal
    > method.
    > Can anyone tell me how I can get around this problem?
    >

  • Grep for removing extra paragraph returns?

    Hey all you smart people out there. Can I use GREP to remove extra paragraph returns? I'm working on basically a directory, pages and pages of names, addresses, and phone numbers imported from a Word doc. Each line has a style applied,with the first line of each listing being a different style than the others, and a hard paragraph return at the end of each line. There is an extra paragraph return in between each listing. Once I get the styles applied, will GREP allow me to search for the first style in each listing and remove the extra paragraph return in front of it?
    Here's a screen shot. The listings at the top are already formatted, the bottom ones haven't been formatted yet. Basically, I import and apply the style that's most used, and then go in and change the gray bars, and the name/phone. So, I do have to go through the whole thing, but it would still be less clicks overall if I could format everything and then have GREP do the rest.
    Thanks!

    Thanks, John, I'll try that. There are a few more (larger) sections coming that will need cleaning up.
    I've been doing this project annually for a few years now, need to get better organized with InDe's automation features, which I know will make my life much easier.
    Sometimes I do some of the cleanup in Word, simple find/changes for double spaces and the like. Their styles are never my styles so I always strip out the Word styles when I place the text, rather than try to match them up on import. Often, the listings come in with a return instead of a tab, grrr. So, the name listing, when it's formatted in InDe, is the person's name/space/right-tab with leader dots/space/phone number (a lot like the White Pages). But in the Word doc, each item is a separate line, and sometimes I have to put everything in the right order so that when I get it into InDe at least all I have to do is delete a paragraph return and then apply a style to the line.
    I only do one of these a year, so it's not worth it to invest in expensive scripts or extensions. That said, I do need to take better advantage of the built-in features. I'll have to look on Lynda.com for tutorials--I'm sure there are some there.

  • Maybe you are looking for

    • PO print output

      Dear All, VAT amount is not appearing in purchase order print out put. Earlier we were not having this problem. What could be wrong. Regards,

    • HT1918 Apple ID Account content now unretrievable

      I had an Apple ID account that got shut down when I wrongly answered security questions.  I decided to open a new account and start fresh, but didn't realize all the songs,apps, and store credit I had from the old account would not transfer to my new

    • Can I use .htaccess file for authentication if running pl/sql gateway?

      The server is on Windows system with Apache as the web listener and webDB as pl/sql gateway so if any script is under pls/, server would invoke pl/sql. My question is: I know .htaccess can be used for directory protection, in this case(with the pls/)

    • Cisco Persistent Chat error when connecting to DB server

      When we want to configure it and check the connection it says, is in menu Messaging --> external setup --> external databases (in IM Presence Administrator). We use a postgresql server on linux and can connect to the db via other clients as test. Wha

    • The install thing freezes!

      I tried a lot of times to install but it just doesn't work. (I also always tried to uninstalled it) What I do: 1. I go to the download page and press the yellow button 2. The other page loads 3. Internet Explorer asks if I want to install it and I pr