Form Built-in to display a static HTML doc

Hi. Is there a forms built-in to allow me to point to and display a static HTML document located on the same server as the form is running? Basically I want the user to click a button that will open an HTML help document.
Any help would be most appreciated. Thanks.

Assuming you are on webforms >= 9i you could create an aliasmatch and use web.show_document with a relativepath to show your HTML file.
cheers

Similar Messages

  • Displaying a static html content on new pages

    Hello,
    I am a newbie on APEX. Sorry if the question is stupid and/or the answer straight forward.
    I am trying to build APEX prototype with some pages displaying static HTML content stored in BLOB columns of a table.
    What kind of page/region/item should i use to display? On which object do i put the select query that will return the HTML content?
    Thanks in advance,
    Daniel

    Hello,
    For static content you may use a html-region.
    But I think you want dynamic content (selecting it form a table). Then you should use a report region with sql.
    Please look in the packaged application Opend discussion Forum to see examples.
    Hope this helps.
    Leo

  • How to display static HTML pages in Oracle Forms 6i

    I want to display static HTML page in oracle Forms ? Can any body help please ? Its very urgent. Many thanks in advance.

    Suresh,
    there exist a Java Bean in teh Forms 6i demos that shows a static HTMl example. Note that the HTML that could be shown is somewhat basic, but it will give you an impression how it can work. The demos are at otn.oracle.com/products/forms --> samples --> 6i demos
    Frank

  • Error: . fields not displayed because the HTML form was not yet opened.

    I had created a data base application using Import from one workspace(schema1) to another workspace(schema2).
    Created all the tables and data in schema2.
    Now when I'm trying to run the page getting the following error
    " Error: Item "P16_PRODUCT" was not displayed because the HTML form was not yet opened. "
    I'm not able to figure out what is that I'm missing during import due to which form is not opening.
    Removed the authorization from the pages in order to test the page. So, I don't think this is related to Authorization.
    Please help me in identifying the issue.
    Thanks,
    Suresh.

    Hello Suresh,
    >> I had created a data base application using Import from one workspace(schema1) to another workspace(schema2).
    Is the APEX version on both workspaces are the same? What is the APEX version?
    Please make sure that the page template you are using includes #FORM_OPEN# in the last line of the Header section.
    Regards,
    Arie.
    ♦ Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    ♦ Author of Oracle Application Express 3.2 – The Essentials and More

  • Query in Servlet not displaying results in html table

    Hi,
    I am aware that putting html in a servlet is not good practice. In my case, it is just for testing purposes.
    Environment: WLS 12c on Windows, DB 11.2.0.3
    I created an html form and a servlet in a Dynamic Web Project. The form parameters are sent to the servlet,
    but the results are not being displayed.
    HTML form:
    <input text name="p_1"
    Servlet:
    import javax.servlet.ServletException;
    import javax.servlet.annotation.WebServlet;
    import javax.servlet.http.HttpServlet;
    import javax.servlet.http.HttpServletRequest;
    import javax.servlet.http.HttpServletResponse;
    import java.io.PrintWriter;
    import java.sql.Connection;
    import java.sql.SQLException;
    import java.sql.Statement;
    import java.sql.DriverManager;
    import java.sql.ResultSet;
    * Servlet implementation class QueryServlet
    @WebServlet("/QueryServlet")
    public class QueryServlet extends HttpServlet {
        private static final long serialVersionUID = 1L;
         * @see HttpServlet#HttpServlet()
        public QueryServlet() {
            super();
            // TODO Auto-generated constructor stub
         * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
        protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
            // TODO Auto-generated method stub
            response.setContentType("text/html");
            PrintWriter out = response.getWriter();
            Connection conn = null;
            Statement stmt = null;
            try {
                conn = DriverManager.getConnection("jdbc:oracle:thin:@home-server:1521:val01", "USER", "PW");
                stmt = conn.createStatement();
    String sqlStr = "SELECT....
    ... WHERE p_1 =
    +  "'" + request.getParameter("p_1") + "'"
    out.println("<html><head><title>Query Results</title></head><body>");
                out.println("<p>Your query is: " + sqlStr + "</p>");
                out.println("<p>Your are connected to: " + conn + "</p>");
    --> OUTPUT ONLY UNTIL HERE <--           
                // Get data
                ResultSet rset = stmt.executeQuery(sqlStr);
                int count = 0;
                while(rset.next()){
                    int cid  = rset.getInt("CID");
    // Display data in html table
    out.println("<table>");
                    out.println("<tr>");
                    out.println("<td>" + cid + "</td>");
    rset.close();
                out.println("<p>====== " + count + " records found =======</p>");
                out.println("</body></html>");
                 catch (SQLException ex) {
                    ex.printStackTrace();
                    finally {
                        out.close();
                        try {
                            if (stmt != null) stmt.close();
                            if (conn != null) conn.close();
                        } catch (SQLException ex) {
                            ex.printStackTrace();
    Help greatly appreciated. Thanks!

    Possibly, the js file is not being detected by the javascript runtime.It would be better if you tried something like :
    ("<script src="<%=request.getContextPath()%>/WEB-INF/classes/ua.js"></script>

  • Flattened PDF Form and Barcode not displaying

    I see there are a lot of discussions that are not answered in this forum, so I am guessing this will go unanswered as well.  But I am looking for a solution for the issue in the subject. I have a simple PDF form built in LiveCycle that I am populating with Coldfusion. Once the form is populated I then flatten the form. The barcode appears up to the flattening point which is when it disappears. The characters that populated the barcode field ARE displaying but the image is not.
    Is there a solution?

    How are you flattening the forms?  I'm assuming PDFg or Output?
    Also, be sure your barcode looks something like this:
    <field name="PDF417BarCode1" y="50.8mm" w="66.7mm" h="25.4mm" access="readOnly">
    <
    ui><
    barcode type="pdf417" dataLength="10" moduleWidth="0.0133in" moduleHeight="0.02661in" errorCorrectionLevel="5"/></
    ui><
    value><
    text>1234567890</text></
    value></
    field>
    and not...
    <field name="PaperFormsBarcode1" w="82.55mm" h="44.45mm" access="readOnly"><
    ui><
    barcode type="pdf417" moduleWidth="0.338mm" moduleHeight="0.676mm" errorCorrectionLevel="5"> 
    <?templateDesigner decodeMethod 2?>
     <?templateDesigner delimiter '\t'?></barcode></
    ui><
    calculate><
    script contentType="application/x-javascript">
    ...completely void of script and the value in only the <text> element.

  • How to specify term file when using static html to run webforms 10g

    I'm using static HTML to run forms
    document.writeln('<PARAM NAME="serverArgs" ');
    document.writeln(' VALUE="escapeParams=true module=genoa.fmx userid= sso_userid=%20 sso_formsid= sso_subDN= sso_usrDN= debug=no host= port= term=/forms90/hsd65html/genoa.res"> ');
    I'm specifying the term as term=/forms90/hsd65html/genoa.res.
    During forms startup I get the message unable to read the file. I can bwoense the file by http://server/forms90/hsd65html/genoa.res
    Any idea how to specify the term file in static html.
    Thanks

    term is not a http address, but a directory address. So, you have to specify the path on the server:
    term=c:\oracle\forms90\.....

  • How to retain focus in Web forms 6i item when displaying pdf image

    How to retain focus in Web forms 6i item when displaying pdf image in a multi-record block?
    Hello.
    I have a Web Forms 6i program (version Forms 6.0.8.19.2) running in a 3-tier application. The web form program has a multi-record block containing invoices. When navigating to a record, the form should display the PDF invoice image which is stored in an Oracle 8.1.7 database as a BLOB in another window. When user press down-arrow, the next PDF invoice image should be displayed.
    I am able to accomplish the functionality above by using web.show_document('URL', target') in the when-new-record-instance. The URL being called is a PL/SQL Web Toolkit stored procedure using wpg_docload.download_file built-in.
    The problem is that the focus is lost on the Webform and the focus is shifted to the PDF image window when you navigate to the next record using down-arrow. I want to retain the focus in the form as this is a data-entry form, the operator will use down-arrow to go to the next-record rather than the mouse. I also only want to do this for this Invoice Entry form and NOT to all forms.
    Please advise how to resolve this problem. Thank you.
    Regards,
    Armando

    Magesh,
    the issue of a SSO protected form showing the logon dialog is a knwon issue for Windows200 and the Oracle9iAS base release. If you applied Forms Patch 1 then this should be solved. Hope that I am right in that you are using Oracle9iAS and not Oracle9iDS. Do you see the Single Sign-On logon screen or the Forms logon dialog directly? Check the forms90.conf file in teh forms90/server directory as this contains the Form sso settings (mod_osso) which by default is commented out and therefore inactive. You need to remove the commenting '#' characters and make sure that each sentence having a '#' in front, after that starts on a new line.
    The Forms deployment documentation within the Oracle9iAS docu provides this information too.
    Frank

  • Best way for producing static html?

    I would like to write a program that produces some static web pages that will display some summary stats from stats that are collected in a database but cleared out every few days.
    I'm not sure where to begin or what I should be looking at for producing static html pages. Can anyone offer suggestions?
    Thanks

    Use the KISS principal.
    XML with XSLT is a huge learnng curve, IMHO. It most
    likely way overkill for your needs.
    Well, let's see - if I go the application route as you suggested I need to do the following things:
    Connect to the Database
    Get a ResultSet of Data I am interested in presenting
    Iterate over this ResultSet constructing an HTML page likely via a ton of "output "<TR><TD>" + someData + "</TD>" " type statements.
    If I go the XSLT route then I do something like this:
    Connect to the Database
    Get a ResultSet of Data I am interested in presenting
    Iterate over this ResultSet constructing some normal Java classes
    Use something like Castor to convert these things to XML, or just use the XMLEncoder class in the standard lib.
    Use XSLT to convert that to HTML
    The second way involves learning more technologies than the first, but then it also moves the layout of your page out of the code and into an XSLT file where it (IMO) belongs. And it's not that much more complex, really.
    Besides, to me "learning more technologies" is still a plus instead of a minus. KISS is a good thing to keep in mind, but this profession makes it difficult to avoid learning new things.
    Good Luck
    Lee

  • Static HTML pages as iViews

    Hi All,
    I have static html pages that are not published to the Web. I was wondering, can I create iViews for them to be displayed in the portal without having to publish them and creating URL iViews out of them?
    Thanks
    TM.

    Hi Tony
    Make a component with the following code and portalapp.xml. For each static piece of text, make an iView from the component and set the HTML property to the HTML you want to display, and it should work... In the HTML you may need to change any
    <
    character to
    &lt;
    Yes, it's a hack...
    The portal component code
    package com.michael;
    import com.sapportals.portal.prt.component.*;
    public class StaticHTML extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              IPortalComponentProfile profile = request.getComponentContext().getProfile();
              String theHTML = profile.getProperty("HTML");
              response.write(theHTML);
    The relevent portalapp.xml:
    <?xml version="1.0" encoding="utf-8"?>
    <application>
      <application-config>
        <property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>
        <property name="SharingReference" value="com.sap.portal.navigation.service"/>
      </application-config>
      <components>
        <component name="StaticHTML">
          <component-config>
            <property name="ClassName" value="com.michael.StaticHTML"/>
          </component-config>
          <component-profile>
            <property name="HTML" value="<b>bold</b><i>italic</i>"/>
          </component-profile>
        </component>
      </components>
      <services/>
    </application>

  • WEB DB static html

    hello together,
    i have one question. i have installed oracle 8.i with webdb.
    I need static html files generated by webdb for a stand alone
    offline information terminal without webdb or applikation
    server. In most time this terminal works offline.
    I need only one idea.
    ciao
    T.Vollstaedt
    null

    You can use "Save As"-menu item in your Browser to save a copy of the WEBDB forms in HTML. However you must alter all anchors and references by hand.

  • How to display a static drop down list for af:query

    Hi
    can anyone tell how to display a static drop down list in af:query panel. JDeveloper version 11.1.1.5.0
    Thanks in advance

    Here is my Usecase
    My View Object consists of (Student ID, Name,Roll No) now i want to include one more attribute say No.of Rooms(i added it as a Transient attribute).
    Now i want to display the transient attribute values in the form of LOV.
    Thanks

  • Displaying multiple dynamic html pages within a single Portal folder.

    Hi all,
    Question: How can I display multiple dynamic html pages that are linked to each other, within a single portal folder?
    History:
    I have a designer/web server application (PL/SQL packakges) on Oracle
    8.1.7. Early in the development process we built it into WebDB2.2 and
    used folders on the left side as a navigation bar and the contents of my packages on the right side. This was easy, WebDB used Frames.
    Unfortunatley I could never automatically display a PL/SQL item in the folder area.
    Now I need to integrate the application into Portal 3.0 not the early adopters version, the one with 9iAS (NT for now, Unix later). I have a page/content area divided into regions and a navigation portlet on the left side containing links to PL/SQL folders whose contents are displayed on the right side. On the right side I have (for example) a Queryview. When I click on any of the buttons (i.e. Find, New), I land in a new page outside of my portal folder. This page contains a dynamically built list (from one or more DB Tables) and of course the first column contains a list of links that bring you to the individual item. How do I set my links or configure my folder to display
    within the portal folder area?

    Hi,
    One alternate is, increase the size of your screen, for this go to the layout of your screen and increase it as much you want, and also the custom container size, so that no scroll bar will appear at least.
    Other solution would be, as you said ALVs will be dynamical, it will be good to create buttons, or links on the screen based on the no of ALVs dynamically and on click of corresponding button call the corresponding ALV.
    But i dont think this will serve, first check the first option.
    Hope this helps u.,
    Thanks & Regards,
    Kiran.

  • Content delivery network vs. static HTML

    Hey everyone,
    I just finished my first animation project in Adobe Edge Animate. Excellent! Now I want to publish my banner ad.
    When I go to publish the ad, I have the choice (in publish settings) of Frameworks via CDN or Publish as static
    HTML. I typically deliver my ads to a newspaper who hosts the ads for me. I would assume I need to save as
    CDN as opposed to static HTML. Is this correct?
    matt

    Hey, Matt-
    For Animate 1.5, yes, jQuery served off of Google's servers, but it is browser-independent.  Think of Google as just another webserver in this case.  For Animate CC, jQuery is served off of Google's servers and the Animate runtime is served off of Adobe's servers.  All of this should be available regardless of what browser you use.
    Regarding the glow filter, CSS Filters are only supported by Webkit-based browsers.  Firefox is not a Webkit-based browser (whereas Chrome and Safari are), so filters are not supported.
    http://caniuse.com/#feat=css-filters
    Remember that the down-level stage (where you would post your poster image) is only displayed in browsers that do not support Animate content in general (mostly IE6-8), not just support or not support particular features that Animate makes available to the user.  Most people have gotten around this by using transparent PNGs to fake the glow to make the animation as cross-browser as possible.  While this is unfortunate, there's not much we can do to get out and push the browser's implementation of this standard.
    Hope that helps clarify things for you!
    -Elaine

  • Idoc-xi-file scenario.  how to display file in html format

    I am not sure whether this is a valid question.........but want to confirm as it was asked by somebody
    In idoc-xi-file scenario.......  how to display file in html format ??
    Thanks in advance
    Kumar

    Hi Vijayakumar,
    Thanks for your reply !! You mean to say I got to use XSLT mapping and also .htm and .html extension together to produce the html file ?? or it is sufficient to use any one of them to produce the html file ??
    Regards
    Kumar

Maybe you are looking for

  • Force bookmarks to open in new tab?

    Is there a way to force bookmarks (either from the bookmarks menu or bar) to open in a new tab by default, vice the current tab? I know a Command+click will do this, I would like to do it by default.

  • Common Folder for Metadata Templates - Max OSX

    Photoshop CS5 and Bridge CS4 appear to share the same set of metadata templates, whereas Lightroom 3.6 appears to have its own set of metadata templates. Please if there is a way to facilitate sharing the same set of templates among all three apps.

  • IPhoto crashes when importing photo-folders that contain aliases

    When iLife '06 came out I decided to move my iPhoto-library to a bigger disk by simply creating a new library and re-importing my >10000 photo's. All I got was crashes. It has taken me quite some time to find out that an alias to the TOP of my photo-

  • HOW CAN I TRANSFER MY PICTURES TO FACEBOOK FROM LIGHTROOM 5?

    HOW CAN I TRANSFER MY PICTURES TO FACEBOOK FROM LIGHTROOM5?

  • Avi problems in quicktime

    My quicktime has decided not to read avi (DivX code) any more. I tried installing perian and DivX again and did not work. I have quick time 7.7 and Mac OS X (10.5.8). Does any one has a good idea to try?